Class TSgUnloadEvents
Unit
Declaration
type TSgUnloadEvents = class sealed(TObject)
Description
TSgUnloadEvents
Hierarchy
- TObject
- TSgUnloadEvents
Overview
Methods
![]() |
constructor Create(ACS: TCriticalSection); virtual; |
![]() |
destructor Destroy; override; |
![]() |
procedure Add(AEvent: TNotifyEvent; ASender: TObject); virtual; |
![]() |
procedure Call; virtual; |
![]() |
procedure Clear; virtual; |
![]() |
procedure Remove(AEvent: TNotifyEvent); virtual; |
Properties
![]() |
property CS: TCriticalSection read FCS; |
![]() |
property List: TObjectList<TSgLibUnloadHolder> read FList; |
Description
Methods
![]() |
constructor Create(ACS: TCriticalSection); virtual; |
![]() |
destructor Destroy; override; |
![]() |
procedure Add(AEvent: TNotifyEvent; ASender: TObject); virtual; |
![]() |
procedure Call; virtual; |
![]() |
procedure Clear; virtual; |
![]() |
procedure Remove(AEvent: TNotifyEvent); virtual; |
Properties
![]() |
property CS: TCriticalSection read FCS; |
![]() |
property List: TObjectList<TSgLibUnloadHolder> read FList; |
GitHub Repository
Generated by PasDoc 0.16.0.

