_SET_PROPERTY_
Assigns a value to a property of an automation object.
Syntax
CALL NOTIFY(OLE-object-name,'_SET_PROPERTY_',in-OLE-property,in-value);
CALL SEND(OLE-object-id,'_SET_PROPERTY_',in-OLE-property,in-value);
Details
OLE Arguments
|
Character (C) or Numeric
(N)
|
|
|
|
specifies the OLE property
name.
|
|
|
contains the value to
assign to the OLE property.
|
The _SET_PROPERTY_ method
assigns a value to a property of an automation object.