Current default table

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


Current default table Pointer

ParameterTypeDescription
This command does not require any parameters
Function resultPointerPointer to the default table

Description

Current default table returns a pointer to the table that has been passed to the last call to DEFAULT TABLE for the current process.

Example

Provided a default table has been set, the following line of code sets the window title to the name of the current default table:

   SET WINDOW TITLE(Table name(Current default table))

See Also

DEFAULT TABLE, Table, Table name.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next