PA_Text

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 text structure. Text is stored in Macintosh characters. fSize can vary from 0 to 32000. if fSize is zero, fHandle can be also zero.

// 
typedef struct PA_Text
{
   short         fSize;
   PA_Handle         fHandle;
} PA_Text;

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