TdxBar.Row Property
In This Article
Specifies the row on which the current toolbar is located.
#Declaration
Delphi
property Row: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Toolbars may be docked on several rows. For example, if the DockingStyle property of two bars is set to dsTop, then one of the toolbars can be placed under another. This property determines the row on which the current toolbar is located.
See Also