System.PropertyGet

From RAD Studio API Documentation
Jump to: navigation, search

C++

class PropertyGet : public AutoCmd

Properties

Type Visibility Source Unit Parent
class public sysvari.h System System

Description

PropertyGet represents a property access method on an Automation interface.

The PropertyGet class representsa single method on an Automation interface that returns the value of a property. The interface is assigned as the value of a Variant. The PropertyGet object can be executed using the Variant’s Exec method.

Each PropertyGet instance is assigned a name, which is the same as the name of the corresponding method on the interface. In addition, it can be assigned parameters that correspond to the parameters of the method. These parameters can be stored by position or by name.

See Also


Code Examples