PA_GetVirtualTableNumber

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetVirtualTableNumber (trueTable) short

ParameterTypeDescription
trueTableshortTrue table number
Function resultshortVirtual table number

Description

Given a true table number, the command PA_GetVirtualTableNumber returns its virtual number in the virtual structure.

If you want to call API routines that use table numbers, be sure to switch between virtual/real structure if necessary, depending of what you want to do.

The virtual structure is used when the 4D commands SET TABLE TITLES and SET FIELD TITLES are called.

See Also

No reference.

Error Handling

Use PA_GetLastError to see if an error occurred.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next