PreviousNextIndex

LAST-FORM attribute


(Windows only; GUI for .NET only)

The object reference for the last .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 last object reference in the list, you can use the PrevForm property in the Progress.Windows.IForm interface to get the previous entry in the list of form object references.

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

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


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex