API:System.PropertyGet.RequestResult

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool      RequestResult() const { return true;                }

Properties

Type Visibility Source Unit Parent
function public sysvari.h System PropertyGet

Description

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

System.PropertyGet.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.

See Also