Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-base]

TCSVParser

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

Declaration

Source position: csvreadwrite.pp line 97

type TCSVParser = class(TCSVHandler)

public

  constructor Create; override;

  destructor Destroy; override;

  procedure SetSource();

  procedure ResetParser;

  function ParseNextCell;

  property CurrentRow: Integer; [r]

  property CurrentCol: Integer; [r]

  property CurrentCellText: string; [r]

  property MaxColCount: Integer; [r]

  property FreeStream: Boolean; [rw]

  property BOM: TCSVByteOrderMark; [r]

  property DetectBOM: Boolean; [rw]

end;

Inheritance

TCSVParser

|

TCSVHandler

|

TObject


Documentation generated on: 2023-03-18