Class TSgUnloadEvents

Unit

Declaration

type TSgUnloadEvents = class sealed(TObject)

Description

TSgUnloadEvents

Hierarchy

Overview

Methods

Public constructor Create(ACS: TCriticalSection); virtual;
Public destructor Destroy; override;
Public procedure Add(AEvent: TNotifyEvent; ASender: TObject); virtual;
Public procedure Call; virtual;
Public procedure Clear; virtual;
Public procedure Remove(AEvent: TNotifyEvent); virtual;

Properties

Protected property CS: TCriticalSection read FCS;
Protected property List: TObjectList<TSgLibUnloadHolder> read FList;

Description

Methods

Public constructor Create(ACS: TCriticalSection); virtual;
 
Public destructor Destroy; override;
 
Public procedure Add(AEvent: TNotifyEvent; ASender: TObject); virtual;
 
Public procedure Call; virtual;
 
Public procedure Clear; virtual;
 
Public procedure Remove(AEvent: TNotifyEvent); virtual;
 

Properties

Protected property CS: TCriticalSection read FCS;
 
Protected property List: TObjectList<TSgLibUnloadHolder> read FList;
 


GitHub Repository
Generated by PasDoc 0.16.0.