PA_Dial4DNewTableFieldHList

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

version 2003


PA_Dial4DNewTableFieldHList (dialog; variable; table; showRelatedTables; showRelatedFields; useIcons; sorted)

ParameterTypeDescription
dialogPA_Dial4DDialog reference
variablechar*Name of the variable to access
tableshortTable number or 0 for all the tables
showRelatedTableschar1 : Show related tables, 0 : Hide them
showRelatedFieldschar1 : Show related fields, 0 : Hide them
useIconschar1 : Use icons to show fields kind, 0 : No icons
sortedchar1 : Sort tables/fields by alphabetical order, 0 : No sort

Description

The routine PA_Dial4DNewTableFieldHList populates a hierarchical list with the table table. If you pass to table, all the tables will be displayed.

Remember to call PA_Dial4DDisposeHList once you are done with your dialog to dispose of the memory allocated by the hierarchical list.

See Also

PA_Dial4DDisposeHList, PA_Dial4DGetTableFieldHListCurrent, PA_Dial4DSetTableFieldHListCurrent.

Error Handling

None.


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