[Overview][Classes] Reference for unit 'FilerCsv' (#mcl)

TCsvFiler

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

Declaration

Source position: FilerCsv.pas line 30

type TCsvFiler = class(TCustomFiler)

protected

  function _readline();

  

  function GetIdentifier; override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  function GetDescription; override;

  

  function SupportsFeature(); override;

  

  function ReadHeader; override;

  

  function ReadRecord; override;

  

  function GetFieldValue(); override;

  

  function GetFieldCount; override;

  

end;

Inheritance

TCsvFiler

  

|

TCustomFiler

?

TObject