RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Function::RequestResult Method

Indicates that the interface method returns a value.

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

System::Function::RequestResult always returns true, indicating that there is a return value after executing the System::Function::Function object using the Variant::Exec method. 

 

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