[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates the method used to perform line reduction for the menu and optionally for its child Items.
Source position: menus.pp line 425
published property TMenu.AutoLineReduction : TMenuAutoFlag |
AutoLineReduction is a TMenuAutoFlag property which controls if redundant separators on the menu or its child Items are automatically hidden. Line reduction causes leading, trailing, or adjacent menu separators to be hidden.
maAutomatic causes redundant separators to be automatically removed for the menu. The default value for the property is maAutomatic and causes the line reduction top be performed automatically. Use maManual if line reduction is performed only when the RethinkLines method in a child menu item is explicitly called.
See TMenuAutoFlag for more information about the valid values for the property.
The value in AutoLineReduction is used by child menu Items when their AutoLineReduction property is set to maParent or maAutomatic.
Added in LCL version 4.0.
|
Indicates the method used to perform line reduction for the menu and optionally for its child Items. |
|
|
Contains the menu items displayed on the menu. |
|
|
Indicates the method used to perform line reduction for the menu item and optionally for its child Items. |
|
|
Range type which represents the valid TMenuItemAutoFlag values for TMenu instances. |
|
|
Represents line reduction modes available for menu items. |
Version 4.0 | Generated 2025-05-03 | Home |