RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionBar.HorzSeparator Property

Indicates whether a horizontal separator bar appears between item lines.

Pascal
property HorzSeparator: Boolean;
C++
__property Boolean HorzSeparator;

An action band can arrange its child controls using multiple lines. Items which cannot be displayed on one line wrap to the next in the same way that words wrap on most word processors. Set HorzSeparator to true if you want a separator bar to appear between the lines. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!