PA_UseSet

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

version 2003


PA_UseSet (setName)

ParameterTypeDescription
setNamechar *Name of the set to use

Description

The command PA_UseSet makes the records in setName the current selection for the table where the set belongs.

setName can be a standard C string null terminated or a Pascal string, depending on previous calls to PA_UsePStrings or PA_UseCStrings.

This is the same as the USE SET command. The current record is restored. If it was deleted, PA_UseSet selects the first record in the set as the current record.

See Also

PA_CreateEmptySet, PA_CreateSet, USE SET.

Current Selections and Records

The records that belong to the set setName become the current selection.


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