Vcl.OleCtrls.TEnumPropDesc.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TEnumPropDesc();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TEnumPropDesc

Description

Destroys an instance of TEnumPropDesc.

Do not call Destroy directly in an application. The TOleControl object that owns the TEnumPropDesc object will destroy it automatically.

Destroy frees the internal list used to map value strings to property values.

See Also