RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionControl.Separator Property

Indicates whether the control is a separator.

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

Menus and toolbars may include separators, which often appear as vertical or horizonal bars. Separators are also instances of TCustomActionControl or one of its descendants. Use Separator to see if the current control is a separator. 

 

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