API:System.Procedure.RequestResult
C++
bool RequestResult() const { return false; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | sysvari.h | System | Procedure |
Description
Indicates whether the method represented by the AutoCmd object has a return value.
System.Procedure.RequestResult inherits from System.AutoCmd.RequestResult. All content below this line refers to System.AutoCmd.RequestResult.
Indicates whether the method represented by the AutoCmd object has a return value.
Call RequestResult to determine whether there is a return value after executing the AutoCmd object using the Variant::Exec method.
AutoCmd declares RequestResult as a pure virtual method. Descendant classes specialized to different call types return a value depending on what type of method they represent.