PreviousNextIndex

FIRST-FORM attribute


(Windows only; GUI for .NET only)

The object reference for the first .NET form or ABL FormProxy object (Progress.GUI.FormProxy) in the list of all valid form objects created in the current ABL session.

Data type: Progress.Windows.IForm

Access: Readable

Applies to: SESSION system handle

Once you get the first object reference in the list, you can use the NextForm property in the Progress.Windows.IForm interface to get the next entry in the list of form object references.

Note: To obtain the first class-based object in the list of all valid ABL and .NET objects created in the current ABL session, use the FIRST-OBJECT attribute.

See also: LAST-OBJECT attribute, FIRST-OBJECT attribute, NextForm property, Progress.Windows.FormProxy class, Progress.Windows.IForm interface


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex