PA_GetBooleanVariable

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

version 2003


PA_GetBooleanVariable (aVariable) char

ParameterTypeDescription
aVariablePA_VariableThe variable to access
Function resultchar1 = True, 0 = False

Description

The routine PA_GetBooleanVariable returns the content of the variable aVariable. If aVariable does not have the kind eVK_Boolean, the routine returns 0.

See Also

No reference.

Error Handling

PA_GetLastError keeps the last error that occurred before calling the routine.


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