Unit 'flcWinUtils' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TDynamicLibrary

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

Declaration

Source position: flcWinUtils.pas line 401

type TDynamicLibrary = class

protected

  FHandle: TLibraryHandle;

  

  function GetProcAddressA();

  

  function GetProcAddressU();

  

public

  constructor CreateA();

  

  constructor CreateU();

  

  destructor Destroy; override;

  

  property Handle: TLibraryHandle; [r]

  

  property ProcAddressA []: Pointer; default; [r]

  

  property ProcAddressU []: Pointer; [r]

  

end;

Inheritance

TDynamicLibrary

  

|

TObject



CT Web help

CodeTyphon Studio