PA_DeleteSet

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

version 2003


PA_DeleteSet (setName)

ParameterTypeDescription
setNamechar *Name of the set

Description

The command PA_DeleteSet clears the set setName from memory and frees the memory used by it. Since sets use memory, it is good idea to clear them once they are no longer needed.

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 CLEAR SET command.

See Also

CLEAR SET, PA_CreateEmptySet, PA_CreateSet.

Error Handling

PA_GetLastError can be called 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