RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AutoCmd::RequestResult Method

Indicates whether the method represented by the System::AutoCmd::AutoCmd object has a return value.

Pascal
function RequestResult: bool; virtual; abstract;
C++
virtual bool RequestResult() const = 0;

Call System::AutoCmd::RequestResult to determine whether there is a return value after executing the System::AutoCmd::AutoCmd object using the Variant::Exec method. 

System::AutoCmd::AutoCmd declares System::AutoCmd::RequestResult as a pure virtual method. Descendant classes specialized to different call types return a value depending on what type of method they represent. 

 

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