ProWinHandle property
- Last Updated: August 25, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(Windows only; GUI for .NET only)
The handle to one of the following ABL window widgets:
- The shadow window associated with a .NET form that is used for parenting relationships between ABL windows and .NET forms. ABL creates a shadow window for every .NET form that you instantiate from the Progress.Windows.Form class.
- An ABL window that is accessible from its associated Progress.Windows.FormProxy object. ABL creates an instance of this object for every ABL window that you create in a session that accesses .NET forms.
This property is used when mixing ABL windows and .NET forms in a single application.
Data type: HANDLE
Access: PUBLIC Read-only
Applies to: Progress.Windows.Form class, Progress.Windows.FormProxy class, Progress.Windows.IForm interface
The following example shows a class that creates and displays a .NET form and an ABL window, and parents the form to the window:
|
For more information on using ABL windows along with .NET forms in your application, see Use .NET Classes in ABL Applications.