PA_Dial4DSetArrayTextFromFieldList

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_Dial4DSetArrayTextFromFieldList (dialog; variable; table)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
tableshortTable 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.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next