SCL Methods for Automating OLE Objects under Windows |
Syntax | |
Details |
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); |
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. |
Details |
The _SET_PROPERTY_ method assigns a value to a property of an automation object.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.