PA_Dial4DSetArrayTextFromTableList

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

version 2003


PA_Dial4DSetArrayTextFromTableList (dialog; arrayName)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
arrayNamechar*Name of the text array to build

Description

The routine PA_Dial4DSetArrayTextFromTableList builds a text array containing the table names of the database. It can either build an array with the "real" names, or it can build one using the virtual structure, which can be changed by the developer. 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_Dial4DSetArrayTextFromTableList.

See Also

PA_Dial4DSetArrayTextFromFieldList.

Error Handling

None.


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