TdxDockRow.Visible Property
Determines whether the current dock row is visible.
Declaration
property Visible: Boolean read;
Property Value
| Type |
|---|
| Boolean |
Remarks
If all toolbars of the current dock row have controls and their DockingStyle property is not equal dsNone, the Visible property returns True; otherwise – False.
See Also