Virtual Structure Component
Fnd_VS_GetTables
Fnd_VS_GetTables (->pointer array{; ->text array})
Parameters
| Parameter | Type | Description |
|---|---|---|
| pointer array | Pointer | Pointer to a pointer array to receive the table pointers |
| text array | Pointer | Pointer to a text array to receive the table names (optional) |
Description
This method returns in the passed arrays the names of and pointers to all of the visible tables. It returns the arrays already sorted in the order the developer wants them sorted. ARRAY POINTER(aTablePtrsArray;0) ARRAY TEXT(aTableNamesArray;0)
Fnd_VS_GetTables (->aTablePtrsArray;->aTableNamesArray)
Extracted source text
Fnd_VS_GetTables (->pointer array{; ->text array})
Parameter Type Description
pointer array Pointer Pointer to a pointer array to receive the table pointers
text array Pointer Pointer to a text array to receive the table names (optional)
This method returns in the passed arrays the names of and pointers to all of the visible tables.
It returns the arrays already sorted in the order the developer wants them sorted.
ARRAY POINTER(aTablePtrsArray;0)
ARRAY TEXT(aTableNamesArray;0)
Fnd_VS_GetTables (->aTablePtrsArray;->aTableNamesArray)