Virtual Structure Component

Fnd_VS_SetTableTitles

Fnd_VS_SetTableTitles (->table titles; ->table numbers)

Legacy manual page 258

Parameters

ParameterTypeDescription
table titlesPointerPointer to array of table titles
table numbersPointerPointer to array of table numbers

Description

Fnd_VS_SetTableTitles allows the developer to set virtual table titles. This routine is designed to be called as a replacement to 4D's SET TABLE TITLES command.

Extracted source text
            Fnd_VS_SetTableTitles (->table titles; ->table numbers)

              Parameter                 Type               Description
              table titles              Pointer            Pointer to array of table titles
              table numbers             Pointer            Pointer to array of table numbers

            Fnd_VS_SetTableTitles allows the developer to set virtual table titles. This routine is designed to be
            called as a replacement to 4D's SET TABLE TITLES command.