Try OpenEdge Now
skip to main content
ABL Reference
Handle Reference : X-document object handle
 

X-document object handle

A handle to an X-document object. You create the handle and assign it to a handle variable with the CREATE X-DOCUMENT statement.

Syntax

x-document-handle [ :attribute | :method ]
x-document-handle
A handle variable that references an X-document object.
attribute
An attribute of the X-document object.
method
A method of the X-document object.

Attributes

Methods

See also

CREATE X-DOCUMENT statement, X-noderef object handle