[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Generic library loader.
Source position: libloader.pas line 18
type TGenericLoader = class(TObject) |
protected |
function InitPlugin(); virtual; abstract; |
public |
constructor Create; |
destructor Destroy; override; |
procedure ValidateDirs; |
procedure AddPath(); |
function LoadPlugin(); |
end; |
|
Generic library loader. |
|
| | ||
TObject |