Datasnap.DSAuth.TDSCustomRoleItem.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDSCustomRoleItem();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Datasnap.DSAuth.pas Datasnap.DSAuth.hpp |
Datasnap.DSAuth | TDSCustomRoleItem |
Description
Destroys the TCollectionItem instance and frees its memory.
Datasnap.DSAuth.TDSCustomRoleItem.Destroy inherits from System.Classes.TCollectionItem.Destroy. All content below this line refers to System.Classes.TCollectionItem.Destroy.
Destroys the TCollectionItem instance and frees its memory.
Destroy is called indirectly by TCollection's Clear or Delete method.