|
![]() |
![]() |
version 2003
PA_UseRealStructure
Parameter | Type | Description | |
This command does not require any parameters |
Description
The command
PA_UseRealStructure
tells 4D to henceforth use real structure references in all pending API calls .
By default, real structure is used.
Note that this affects many API routines, in fact all routines using tables/fields numbers or names.
To know if the virtual structure mode is supported by 4D, you call
PA_VirtualStructureDefined
. If it returns 1 then APIs of the Virtual structure theme can be uses safely, else they will not work or will return an error code.
The virtual structure is used when the 4D commands
SET TABLE TITLES
and
SET FIELD TITLES
are called.
Example
See
PA_UseVirtualStructure
for an example of use.
See Also