Vcl.ActnMan.TCustomActionBarColorMap.Destroy

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomActionBarColorMap();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
destructor public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Beschreibung

Gibt eine Instanz von TCustomActionBarColorMap frei.

Rufen Sie Destroy nicht direkt in einer Anwendung auf. Verwenden Sie stattdessen die Methode Free, die überprüft, ob die TCustomActionBarColorMap-Referenz nicht bereits nil ist und Destroy nur bei Bedarf aufruft.

Siehe auch