Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

TModuleLoader

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

Declaration

Source position: ModuleLoader.pas line 106

type TModuleLoader = class(TObject)

protected

  procedure Load(); virtual;

  procedure Unload; virtual;

  procedure Error(); virtual;

public

  class function IsAvaliable();

  constructor Create();

  destructor Destroy; override;

  function GetProcedure();

  function GetExportedSymbol();

  function SetExportedSymbol();

  property Loaded: Boolean; [r]

  property DLLName: string; [r]

  property Handle: TModuleHandle; [r]

end;

Inheritance

TModuleLoader

|

TObject


Documentation generated on: 2023-03-18