PA_Array

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

version 2003


typedef struct PA_Array
{
   long   fNbElements;   // Number of elements
   PA_Handle   fData;      // Handle to elements
   short   fCurrent;   // Selected element number
} PA_Array;

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