[Overview][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dataimporter.pas line 14
type TDataImporter = class |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure RegisterFormat(); |
|
|
function Execute(); |
|
|
function GetFilerByProbing(); |
|
|
function GetFilerByFormatID(); |
|
|
end; |
|
||
| | ||
TObject |