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

TCSVHandler

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

Declaration

Source position: csvreadwrite.pp line 52

type TCSVHandler = class(TPersistent)

protected

  FDelimiter: TCSVChar;

  FQuoteChar: TCSVChar;

  FLineEnding: string;

  FSpecialChars: TSysCharSet;

  FDoubleQuote: string;

  FIgnoreOuterWhitespace: Boolean;

  FQuoteOuterWhitespace: Boolean;

  FEqualColCountPerRow: Boolean;

public

  constructor Create; virtual;

  procedure Assign(); override;

  procedure AssignCSVProperties();

  property Delimiter: TCSVChar; [rw]

  property QuoteChar: TCSVChar; [rw]

  property LineEnding: string; [rw]

  property IgnoreOuterWhitespace: Boolean; [rw]

  property QuoteOuterWhitespace: Boolean; [rw]

  property EqualColCountPerRow: Boolean; [rw]

end;

Inheritance

TCSVHandler

|

TObject


Documentation generated on: 2023-03-18