_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
|
Character (C) or Numeric
(N)
|
|
|
|
specifies the name of
the OLE property.
|
|
|
contains the returned
value of the property.
|
The _GET_PROPERTY_ method
is used to get the value of a property of an automation object.