[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpcsvexport.pp line 27
type TCSVFormatSettings = class(TExportFormatSettings) |
public |
constructor Create(); override; |
procedure Assign(); override; |
property StringQuoteChar: Char; [rw] deprecated ; |
published |
property FieldDelimiter: string; [rw] |
property IgnoreOuterWhitespace: Boolean; [rw] |
property RowDelimiter: string; [rw] |
property HeaderRow: Boolean; [rw] |
property QuoteChar: Char; [rw] |
end; |
| |
| |
| |
TObject |