CLEAR NAMED SELECTION

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 3


CLEAR NAMED SELECTION (name)

ParameterTypeDescription
nameStringName of named selection to be cleared

Description

CLEAR NAMED SELECTION clears name from memory and frees the memory used by name. CLEAR NAMED SELECTION does not affect tables, selections, or records. Since named selections use memory, it is good practice to clear named selections when they are no longer needed.

If name was created using the CUT NAMED SELECTION command and then manipulated using the USE NAMED SELECTION command, name no longer exists in memory. In this case, the CLEAR NAMED SELECTION command does not need to be used.

See Also

COPY NAMED SELECTION, CUT NAMED SELECTION, USE NAMED SELECTION.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next