Unit 'fpsCsvDocument' Package
[Overview][Types][Classes][Index] [#pl_fpspreadsheet]

TCSVHandler

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

Declaration

Source position: fpscsvdocument.pas line 68

type TCSVHandler = class(TObject)

protected

  FDelimiter: TCSVChar;

  

  FQuoteChar: TCSVChar;

  

  FLineEnding: string;

  

  FSpecialChars: TSysCharSet;

  

  FDoubleQuote: string;

  

  FIgnoreOuterWhitespace: Boolean;

  

  FQuoteOuterWhitespace: Boolean;

  

  FEqualColCountPerRow: Boolean;

  

public

  constructor Create;

  

  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



CT Web help

CodeTyphon Studio