Class TSDFieldDef (unit SDEngine)

Inherits from

TObject

Constructors


constructor Create(Owner: TSDFieldDefs; const Name: string; DataType: TSDFieldType; Size: Word; Required: Boolean; FieldNo: Integer);

TSDFieldDef


Functions

function CreateField(Owner: TComponent): TSDField;


destructor Destroy;


function GetFieldClass: TSDFieldClass;


function GetName: string;

ftGraphic

Properties

property DataType : TSDFieldType


property FieldClass : TSDFieldClass


property FieldNo : Integer


property Name : string


property Required : Boolean


property Size : Word


Events

Variables

FDataType : TSDFieldType;


FFieldNo : Integer;


FName : string;


FOwner : TSDFieldDefs;


FRequired : Boolean;


FSize : Word;



Constructors


constructor Create(Owner: TSDFieldDefs; const Name: string; DataType: TSDFieldType; Size: Word; Required: Boolean; FieldNo: Integer);

TSDFieldDef


Functions


function CreateField(Owner: TComponent): TSDField;


destructor Destroy;


function GetFieldClass: TSDFieldClass;


function GetName: string;

ftGraphic


Properties


property DataType : TSDFieldType


property FieldClass : TSDFieldClass


property FieldNo : Integer


property Name : string


property Required : Boolean


property Size : Word


Events


Variables


FDataType : TSDFieldType;


FFieldNo : Integer;


FName : string;


FOwner : TSDFieldDefs;


FRequired : Boolean;


FSize : Word;