The following syntax describes a basic assignment (=) statement for writing a COM object property:
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.