Introduction
General Info
|
Properties
|
TpfgPalmFieldDef This class provides an equivalent function to the standard TFieldDef class - allowing the definition of a single field within a Palm table. It is necssary to set up a set of these either at design time or runtime for the table component to work - the table will use them to map fields to/from raw Palm records doing record access.
PropertiesDataType: TpfgPalmFieldTypeSpecifies the type of the field, where TpfgPalmFieldType is one of the following enumerations:
ptString by default provides a variable length NULL terminated string. However, by setting the Size property, it becomes a fixed length string of that size.
FieldName: string
Size: Integer
|