Record SgLib
Unit
Declaration
type SgLib = record
Description
SgLib
Overview
Methods
![]() |
class function GetLastName: string; static; |
![]() |
class function IsLoaded: Boolean; static; |
![]() |
class function Load(const AName: TFileName): TLibHandle; static; |
![]() |
class function Unload: TLibHandle; static; |
![]() |
class procedure Check; static; |
![]() |
class procedure CheckLastError(ALastError: Integer); static; inline; |
![]() |
class procedure CheckVersion(AVersion: Integer); overload; static; |
![]() |
class procedure CheckVersion; overload; static; inline; |
![]() |
class procedure Done; static; |
![]() |
class procedure Init; static; |
Properties
![]() |
class property Handle: TLibHandle read GHandle; |
![]() |
class property UnloadEvents: TSgUnloadEvents read GUnloadEvents; |
Description
Methods
![]() |
class function GetLastName: string; static; |
![]() |
class function IsLoaded: Boolean; static; |
![]() |
class function Load(const AName: TFileName): TLibHandle; static; |
![]() |
class function Unload: TLibHandle; static; |
![]() |
class procedure Check; static; |
![]() |
class procedure CheckLastError(ALastError: Integer); static; inline; |
![]() |
class procedure CheckVersion(AVersion: Integer); overload; static; |
![]() |
class procedure CheckVersion; overload; static; inline; |
![]() |
class procedure Done; static; |
![]() |
class procedure Init; static; |
Properties
![]() |
class property Handle: TLibHandle read GHandle; |
![]() |
class property UnloadEvents: TSgUnloadEvents read GUnloadEvents; |
GitHub Repository
Generated by PasDoc 0.16.0.
