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

Description

Indicates that the interface method returns a value.

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

See Also