RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEnumPropDesc.Destroy Destructor

Destroys an instance of TEnumPropDesc.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!