[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdbexport.pp line 111
type TExportFormatSettings = class(TCustomExportFormatSettings) |
published |
property IntegerFormat: string; |
property DecimalSeparator: Char; |
property CurrencySymbol: string; |
property CurrencyDigits: Integer; |
property BooleanTrue: string; |
property BooleanFalse: string; |
property DateFormat: string; |
property TimeFormat: string; |
property DateTimeFormat: string; |
end; |
| |
| |
TObject |