Unit 'csvdocument' Package
[Overview][Types][Classes][Index] [#fcl-base]

TCSVDocument

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

Declaration

Source position: csvdocument.pp line 62

type TCSVDocument = class(TCSVHandler)

public

  constructor Create; override;

  destructor Destroy; override;

  procedure LoadFromFile();

  procedure LoadFromStream();

  procedure SaveToFile();

  procedure SaveToStream();

  procedure AddRow();

  procedure AddCell();

  procedure InsertRow();

  procedure InsertCell();

  procedure RemoveRow();

  procedure RemoveCell();

  function HasRow();

  function HasCell();

  function IndexOfCol();

  function IndexOfRow();

  procedure Clear;

  procedure CloneRow();

  procedure ExchangeRows();

  procedure UnifyEmbeddedLineEndings;

  procedure RemoveTrailingEmptyCells;

  property DetectBOM: Boolean; [rw]

  property Cells []: string; default; [rw]

  property RowCount: Integer; [r]

  property ColCount []: Integer; [r]

  property MaxColCount: Integer; [r]

  property CSVText: string; [rw]

end;

Inheritance

TCSVDocument

|

TCSVHandler

|

TObject


Documentation generated on: 2023-03-18