Unit 'fpcsvexport' Package
[Overview][Resource strings][Constants][Classes][Procedures and functions][Index] [#fcl-db]

TCSVFormatSettings

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

Declaration

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;

Inheritance

TCSVFormatSettings

|

TExportFormatSettings

|

TCustomExportFormatSettings

|

TObject


Documentation generated on: 2023-03-18