|
|
|
|
PanelActivate (Function) In french: PanneauActive Activates a panel when several panels are docked together.
// Array to know the number of errors arrErrors is array of int ... // Force the display of the error panel if there is at least 1 error IF arrErrors.Count > 0 THEN PanelActivate(DOPA_Errors) 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|