|
![]() |
![]() |
version 2003
PA_Dial4DSetArrayTextFromTableList (dialog; arrayName)
Parameter | Type | Description | |
dialog | PA_Dial4D | → | Dialog reference |
arrayName | char* | → | 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.