Class TRALExternalsLibraries

Unit

Declaration

type TRALExternalsLibraries = class(TObject)

Description

TRALExternalsLibraries

Hierarchy

Overview

Methods

Public constructor Create; virtual;
Public destructor Destroy; override;
Public procedure AddLibrary(ALibName : StringRAL);
Protected procedure CloseLibrary;
Protected procedure LoadLibrary;
Protected procedure LoadProc(var AProc : Pointer; AName: PAnsiChar);
Protected procedure LoadProcs; virtual; abstract;

Properties

Published property LibraryHandle : NativeInt read FLibraryHandle;
Published property LibraryName : StringRAL read FLibraryName;

Description

Methods

Public constructor Create; virtual;
 
Public destructor Destroy; override;
 
Public procedure AddLibrary(ALibName : StringRAL);
 
Protected procedure CloseLibrary;
 
Protected procedure LoadLibrary;
 
Protected procedure LoadProc(var AProc : Pointer; AName: PAnsiChar);
 
Protected procedure LoadProcs; virtual; abstract;
 

Properties

Published property LibraryHandle : NativeInt read FLibraryHandle;
 
Published property LibraryName : StringRAL read FLibraryName;
 


GitHub Repository
Generated by PasDoc 0.16.0.