[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: csvreadwrite.pp line 60
type TCSVHandler = class(TPersistent) |
protected |
FDelimiter: AnsiChar; |
FQuoteChar: AnsiChar; |
FLineEnding: AnsiString; |
FSpecialChars: TSysCharSet; |
FDoubleQuote: AnsiString; |
FIgnoreOuterWhitespace: Boolean; |
FQuoteOuterWhitespace: Boolean; |
FEqualColCountPerRow: Boolean; |
public |
constructor Create; virtual; |
procedure Assign(); override; |
procedure AssignCSVProperties(); |
property LineEnding: string; [rw] |
property IgnoreOuterWhitespace: Boolean; [rw] |
property QuoteOuterWhitespace: Boolean; [rw] |
property EqualColCountPerRow: Boolean; [rw] |
end; |
| |
TObject |