System.Procedure.RequestResult

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool      RequestResult() const { return false;          }

Properties

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

Description

Indicates that the interface method does not return a value.

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

See Also