RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.Destroy Destructor

Frees the memory associated with the TSoapPascalInvoker object.

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

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

 

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