|
|
|
|
|
- Overview
- Manipulating Dockable Panel controls programmatically
- Creating a Dockable Panel control
- Associated properties
Manipulating Dockable Panel controls programmatically
A Dockable Panel control can be handled programmatically. To manipulate a Dockable Panel control through programming, WINDEV proposes the PanelXXX functions. This help page explains how to programmatically manipulate Dockable Panel controls. Manipulating Dockable Panel controls programmatically Creating a Dockable Panel control A Dockable Panel can be created through programming with PanelCreate. This function expects as parameter the internal window that contains the controls displayed in the Dockable Panel control. By default, the size of the Dockable Panel control will correspond to the size of the internal window in edition mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|