PA_String

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

version 2003


4th Dimension fixed length string variable. Text is stored as a Pascal string using Macintosh characters.

typedef struct PA_String
{
   short      fSize;         // as defined in C_STRING
     char      fString[ 256 ];
} PA_String;

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