System.AutoCmd.RequestResult

From RAD Studio API Documentation
Jump to: navigation, search

C++

virtual bool      RequestResult() const = 0;

Properties

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

Description

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