PreviousNextIndex

Progress.Windows.FormProxy class


(Windows only; GUI for .NET only)

A .NET form wrapper for an ABL window. ABL provides a Progress.Windows.FormProxy instance for each ABL window that you create in an ABL session where a .NET form is referenced.

Note: When mixing ABL windows and .NET forms in a single application, you can access all windows and forms on a single form chain using the same form-based properties and attributes.
Constructors

This class contains a protected constructor; you cannot instantiate it directly.

Super Class

System.Object class (from the .NET Framework)

Interfaces

Progress.Windows.IForm interface

Public
Properties

Public
Methods


This class does not contain methods (beyond those it inherits from its base class).

Public
Events


This class does not contain events (beyond those it inherits from its base class).

Notes
See also

ACTIVE-FORM system reference, FIRST-FORM attribute, LAST-FORM attribute


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex