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 that the interface method returns a value.

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

See Also