Unit 'GIS_ReadDBF' Package
[Overview][Types][Classes][Index] [#pl_gaiagis]

TDBF

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GIS_ReadDBF.pas line 44

type TDBF = class(TObject)

public

  iRecordCount: LongInt;

  

  iFieldCount: Integer;

  

  Fields: PTDBFFieldArray;

  

  constructor Create();

  

  destructor Destroy; override;

  

  function First;

  

  function Next;

  

  property FName []: string; [r]

  

  property FType []: char; [r]

  

  property FLength []: Integer; [r]

  

  property AsString []: string; [r]

  

  property AsNumeric []: extended; [r]

  

  property AsDate []: TDateTime; [r]

  

  property AsLogical []: char; [r]

  

  property RecordID: LongInt; [rw]

  

end;

Inheritance

TDBF

  

|

TObject



CT Web help

CodeTyphon Studio