Virtual Structure Component
Fnd_VS_SetFieldTitles
Fnd_VS_SetFieldTitles (->table; ->field titles; ->field numbers)
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | Pointer | Table to use |
| field titles | Pointer | Pointer to array of field titles |
| field numbers | Pointer | Pointer to array of field numbers |
Description
Fnd_VS_SetFieldTitles allows the developer to set virtual field titles. This method is designed to be called as a replacement to 4D's SET FIELD TITLES command. Foundation will pass this information on to 4D, but will also store the information for use by the other Virtual Structure routines.
Extracted source text
Fnd_VS_SetFieldTitles (->table; ->field titles; ->field numbers)
Parameter Type Description
table Pointer Table to use
field titles Pointer Pointer to array of field titles
field numbers Pointer Pointer to array of field numbers
Fnd_VS_SetFieldTitles allows the developer to set virtual field titles. This method is designed to be
called as a replacement to 4D's SET FIELD TITLES command. Foundation will pass this information
on to 4D, but will also store the information for use by the other Virtual Structure routines.