_GET_PROPERTY_

Returns the value of a property of an automation object.

Syntax

CALL NOTIFY(OLE-object-name,'_GET_PROPERTY_',in-OLE-property,out-property-value);
CALL SEND(OLE-object-id,'_GET_PROPERTY_',in-OLE-property,out-property-value);

Details

OLE Arguments
Argument
Character (C) or Numeric (N)
Description
in-OLE-property
C
specifies the name of the OLE property.
out-property-value
C or N
contains the returned value of the property.
The _GET_PROPERTY_ method is used to get the value of a property of an automation object.