xpfCreateTableInstanceColumn
FUNCTION xpfCreateTableInstanceColumn (tableInstanceId : GENERIC; options : INTEGER; columnNumber : INTEGER; columnName : STRING; columnDataType : INTEGER; columnDomainId : GENERIC) newColumnNumber : INTEGER;
Use this function to ....
Arguments
Type | Name | Comment |
GENERIC | tableInstanceId | comments |
INTEGER | options | No options defined yet |
INTEGER | columnNumber | Column number of new created column. columnNumber = 0 means append column |
STRING | columnName | Optional |
INTEGER | columnDataType | Â |
GENERIC | columnDomainId | Optional, but columnDataType or columnDomainId must be set |
Return Value
Â
Type | Name | Comment |
INTEGER | newColumnNumber | Column number of new column |
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â