|
|
|
|
|
PanelActivate (Function) In french: PanneauActive Activates a panel when several panels are docked together.
tabErreurs is array of int
...
IF tabErreurs.Count > 0 THEN
PanelActivate(PADO_Erreurs)
END
Syntax
<Result> = PanelActivate(<Dockable Panel control>)
<Result>: Boolean - True if the panel is displayed,
- False otherwise (the panel is already active or it is not docked to other panels).
<Dockable Panel control>: Control name Dockable Panel control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|