PA_GetFieldList

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

version 2003


PA_GetFieldList (tNum; fNum; listName)

ParameterTypeDescription
tNumshortTable number
fNumshortField number
listNamechar *List name

Description

If the field being accessed has a "Choice List" attribute, PA_GetFieldList returns the name of this list in listName.

If the field has no choice list of if an error occurred, listName is returned empty.

See Also

PA_GetFieldName, PA_GetFieldProperties, PA_GetFieldRelation.

Error Handling

Use PA_GetLastError to see if an error occurred.


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