| SCL Methods for Automating OLE Objects under Windows |
Assigns a value to a property of an automation object.
|
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. |
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.