RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMask.Destroy Destructor

Destroys an instance of TMask.

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

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TMask reference is not nil, and only then calls Destroy. 

Destroy frees the memory used to store a parsed image of the mask. 

 

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