Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpxSetTableInstanceProperty(tableInstanceId        : GENERIC;
                                     propertyName           : STRING;
                                     columnNumber           : INTEGER;  (* Optional, dependent of actual property *)
                                     propertyValue          : GENERIC)
                                     status                 : INTEGER;

<missing description>

Arguments

...

TypeNameComment
GENERICtableInstanceIdcomment
STRING
propertyName
 

...

 

Arguments

...

INTEGER
columnNumber
Optional, dependent of actual property
GENERIC
propertyValue
 

Return Value

...

 

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

       <missing description>

 

...

    

Example

...

Code Block
languagecpp
<Missing Example>

...