PA_UseNamedSelection

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

version 2003


PA_UseNamedSelection (selName)

ParameterTypeDescription
selNamechar *Name of the named selection to be used

Description

The routine PA_UseNamedSelection uses the named selection selName as the current selection for the table to which it belongs.

If the named selection was created using PA_CutNamedSelection, then it is cleared from memory.

This is similar to the USE NAMED SELECTION command. Please refer to this command for more information.

Example0

See PA_CutNamedSelection for an example


See Also

Named selections and 4DPluginAPI, USE NAMED SELECTION.

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