RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Procedure::RequestResult Method

Indicates that the interface method does not return a value.

Pascal
function RequestResult: bool;
C++
bool RequestResult() const;

System::Procedure::RequestResult always returns false, indicating that there is no return value after executing the System::Procedure::Procedure object using the Variant::Exec method. 

 

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