PA_SetPointerValue

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

version 2004.1


PA_SetPointerValue (pointer; variable)

ParameterTypeDescription
pointerPA_PointerThe 4D pointer
variablePA_VariableNew value to point to by the pointer

Description

The routine PA_SetPointerValue sets the value pointed to by pointer using the variable value. This routine can be used with any kind of pointer (field, local, process, or interprocess variable and array element). It can be called in interpreted as well as in compiled mode.

After the call, the specified value belongs to 4th Dimension, do NOT call PA_ClearVariable.

See Also

PA_GetPointerValue.

Error Handling

Use PA_GetLastError to see if an error occurred (Other pointer accessors do not touch PA_GetLastError).


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