RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Menus.TMenuBreak Enumeration

TMenuBreak indicates the criterion to use when locating menu items.

Pascal
TMenuBreak = (
  mbNone,
  mbBreak,
  mbBarBreak
);
C++
enum TMenuBreak {
  mbNone,
  mbBreak,
  mbBarBreak
};

TMenuBreak values indicate the criterion to use when locating a menu item. The following table gives the possible values:

Value 
Meaning 
mbNone  
No menu breaking occurs.  
mbBarBreak  
The Parent menu breaks into another column with the menu item appearing at the top of the new column. A bar separates the new and the old columns.  
mbBreak  
The Parent menu breaks into another column with the menu item appearing at the top of the new column. Only space separates the new and the old columns.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!