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

TEarthDBFReader

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

Declaration

Source position: GIS_DBFReader.pas line 43

type TEarthDBFReader = class(TObject)

public

  iRecordCount: Integer;

  

  iFieldCount: Integer;

  

  Fields: PTDBFFieldArray;

  

  constructor Create();

  

  destructor Destroy; override;

  

  function First;

  

  function Next;

  

  property FieldName []: string; [r]

  

  property FieldType []: char; [r]

  

  property FieldLength []: Integer; [r]

  

  property AsString []: string; [r]

  

  property RecordID: Integer; [rw]

  

end;

Inheritance

TEarthDBFReader

  

|

TObject



CT Web help

CodeTyphon Studio