|
<< Click to Display Table of Contents >> Navigation: Interfaces > IObjectGuardList |
SIGNATURE=IW.Common.ObjGuard.IObjectGuardList
ETYPE=Interface
Declaration:
Delphi: |
public IObjectGuardList = interface(IInterface); |
C++: |
public: __interface IObjectGuardList : public IInterface; |
Unit: IW.Common.ObjGuard.pas
Description: Global list of objects that should be released when gObjectGuardList goes out of scope