RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EUpdateError.Destroy Destructor

Destroys an instance of EUpdateError.

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

Do not call Destroy directly in an application. Instead, call Free, which checks that the EUpdateError reference is not nil before calling Destroy. 

 

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