Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxSetTableInstanceProperty(tableInstanceId : GENERIC; propertyName : STRING; columnNumber : INTEGER; (* Optional, dependent of actual property *) propertyValue : GENERIC) status : INTEGER; |
<missing description>
Arguments
...
Type | Name | Comment |
GENERIC | tableInstanceId | comment |
STRING | propertyName |
...
Arguments
...
INTEGER | columnNumber | Optional, dependent of actual property |
GENERIC | propertyValue |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
<missing description>
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...