[Overview][Types][Classes][Index] Reference for unit 'libloader' (#Simba)

TGenericLoader

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Generic library loader.

Declaration

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;

Inheritance

TGenericLoader

  

Generic library loader.

|

TObject