Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : Property read
 

Property read

The following syntax describes a basic assignment (=) statement for writing a COM object property:

Syntax

[ { field | COMProperty } = ]
  Com-Handle-Var :COMProperty [ NO-ERROR ]
A field is any ABL variable, database field, class-based data member or property, or handle attribute of a compatible data type. COMProperty is a COM object property access (see COMProperty). Com-Handle-Var is any COM-HANDLE variable set to the handle of an instantiated COM object. NO-ERROR allows the application to handle any ABL ERROR conditions raised by the statement.