xpfCreateTableInstanceColumn

FUNCTION xpfCreateTableInstanceColumn (tableInstanceId : GENERIC;
                                       options         : INTEGER;   
                                       columnNumber    : INTEGER;   
                                       columnName      : STRING;    
                                       columnDataType  : INTEGER;
                                       columnDomainId  : GENERIC)   
                                       newColumnNumber : INTEGER;   

Use this function to ....

Arguments


TypeNameComment
GENERICtableInstanceIdcomments
INTEGERoptions

No options defined yet

INTEGERcolumnNumberColumn number of new created column. columnNumber = 0 means append column
STRINGcolumnNameOptional
INTEGERcolumnDataType 
GENERICcolumnDomainIdOptional, but columnDataType or columnDomainId must be set

Return Value


 

TypeNameComment
INTEGERnewColumnNumberColumn number of new column

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â