RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.Destroy Destructor

Destroys an instance of TPropertyEditor.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TPropertyEditor();

Do not call Destroy. The Object Inspector destroys the property editor automatically when it is finished. 

Destroy frees the internal objects used to store information about the selected components and their property settings. Override Destroy to free any other internal structures created by the property editor. 

 

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