[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpcsvexport.pp line 75
type TCSVExporter = class(TCustomCSVExporter) |
published |
property FileName: string; |
property ExportFields: TExportFields; |
property FromCurrent: Boolean; |
property RestorePosition: Boolean; |
property FormatSettings: TCSVFormatSettings; |
property OnExportRow: TOnExportRowEvent; |
end; |
| |
| |
| |
| |
| |
TObject |