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.System.Object class (from the .NET Framework)
This class allows you to manage ABL windows along with .NET forms in an ABL session. It allows ABL windows to participate in the session form chain (starting with SESSION:FIRST-FORM and ending with SESSION:LAST-FORM) and to be referenced by form-oriented ABL elements such as the ACTIVE-FORM system reference. However, all program interaction with ABL windows must still be accomplished using ABL window attributes, methods, and events on the window handle (specified by the ProWinHandle property). For information on using ABL windows along with .NET forms in your application, see OpenEdge Development: GUI for .NET Programming.
ABL handles all creation and destruction for instances of this class. Therefore, instances of this class never appear on the session object chain, and their NEXT-SIBLING property and PREV-SIBLING property (inherited from the Progress.Lang.Object class) are always set to the Unknown value (?).
For information on the public class members inherited from the System.Object class, refer to the .NET Framework class library.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |