4D v16.3

CLEAR NAMED SELECTION

Home

 
4D v16.3
CLEAR NAMED SELECTION

CLEAR NAMED SELECTION 


 

CLEAR NAMED SELECTION ( name ) 
Parameter Type   Description
name  String in Name of named selection to be cleared

CLEAR NAMED SELECTION clears name from memory and frees the memory used by name. The command 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

 
PROPERTIES 

Product: 4D
Theme: Named Selections
Number: 333

This command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)