|
|
|
|
|
<Dockable panel>.Activate (Function) In french: <Panneau dockable>.Active Activates a panel when several panels are docked together.
arrErrors is array of int
...
IF arrErrors.Count > 0 THEN
DOPA_Errors.Activate()
END
Syntax
<Result> = <Dockable Panel control>.Activate()
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|