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

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 PropertySet object using the Variant::Exec method.

See Also