Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_SET_PROPERTY_



Assigns a value to a property of an automation object.
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.

Previous Page | Next Page | Top of Page