PA_SetPointerInArray

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

version 2003


PA_SetPointerInArray (array; index; pointer)

ParameterTypeDescription
arrayPA_Variablearray
indexlongindex of array element
pointerPointerBlocknew value for element index

Description

The routine PA_SetPointerInArray sets the index element of the pointer array array to pointer.

If array is not a eVK_ArrayPointer or if index is out of range, the routine does nothing.

See Also

PA_GetPointerInArray.


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