_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
Argument
Character (C) or Numeric (N)
Description
in-OLE-property
C
specifies the OLE property name.
in-value
C or N
contains the value to assign to the OLE property.
The _SET_PROPERTY_ method assigns a value to a property of an automation object.