[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdbexport.pp line 280
type TExportFormats = class(TCollection) |
public |
function RegisterExportFormat(); |
procedure UnRegisterExportFormat(); |
function IndexOfFormat(); |
function IndexOfExportClass(); |
function FindFormat(); |
function FindFormatByClass(); |
function ConfigureExport(); |
function FormatByName(); |
function ConstructFilter(); |
property Formats []: TExportFormatItem; default; [rw] |
end; |
| |
TObject |