PA_Dial4DSetArrayTextFromFieldList


version 2003


PA_Dial4DSetArrayTextFromFieldList (dialog; variable; table)

Parameter Type Description
dialog PA_Dial4D Dialog reference
variable char* Name of the variable to access
table short Table that contains the fields to list

Description

The routine PA_Dial4DSetArrayTextFromFieldList builds a text array containing the field names of the table table . It can build an array with the "real" names, or it can build one using the virtual structure, which the developer can change. Generally, it is better to use the virtual structure for dialogs that will be seen by end-users. To enable the virtual structure, call PA_UseVirtualStructure before the calling PA_Dial4DSetArrayTextFromFieldList .

See Also

PA_Dial4DSetArrayTextFromTableList .

Error Handling

None.