PA_FieldKind

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 field types:

typedef enum
{
   eFK_InvalidFieldKind   = -1,
   eFK_AlphaField   = 0,   //  Alphanumeric field (from 2 to 80 characters)
   eFK_RealField   = 1,   //  Numeric field (Double or Extended value)
   eFK_TextField   = 2,   //  Text field (up to 32000 characters)
   eFK_PictureField   = 3,   //  Picture field (virtually any block of data)
   eFK_DateField   = 4,   //  Date field 
   eFK_BooleanField   = 6,   //  Boolean field
   eFK_SubfileField   = 7,   //  Subfile field
   eFK_IntegerField   = 8,   //  Integer field (-32768..32767)
   eFK_LongintField   = 9,   //  Long Integer field (-2^31..(2^31)-1)
   eFK_TimeField   = 11,   // Time field
   eFK_BlobField   = 30   // Blob field
} PA_FieldKind;

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