Virtual Structure Component
Fnd_VS_GetFields
Fnd_VS_GetFields (->table;->pointer array{; ->text array})
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Pointer | Pointer to a table |
| pointer array | Pointer | Pointer to a pointer array to receive the field pointers |
| text array | Pointer | Pointer to a text array to receive the field names (optional) |
Description
This method returns in the passed arrays the pointers to and the field names of all of the visible fields for the specified table. ARRAY POINTER(aFieldPtrs;0) ARRAY TEXT(aFieldNames;0)
Fnd_VS_GetFields (->[Contacts];->aFieldPtrs;->aFieldNames)
Extracted source text
Fnd_VS_GetFields (->table;->pointer array{; ->text array})
Parameter Type Description
table Pointer Pointer to a table
pointer array Pointer Pointer to a pointer array to receive the field pointers
text array Pointer Pointer to a text array to receive the field names (optional)
This method returns in the passed arrays the pointers to and the field names of all of the visible fields for
the specified table.
ARRAY POINTER(aFieldPtrs;0)
ARRAY TEXT(aFieldNames;0)
Fnd_VS_GetFields (->[Contacts];->aFieldPtrs;->aFieldNames)