[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed to update the visibility of child menu separators and signal the OnChange event handler for the changes.
Source position: menus.pp line 296
public function TMenuItem.RethinkLines: Boolean; |
Returns True if the visibility of child menu item(s) was changed in the method.
RethinkLines calls the InternalRethinkLines method to toggle the visibility of examine or update the visible child menu items. If any of the child Items was changed, the MenuChanged method is called to signal the OnChange event handler (when assigned) and rebuild (re-display) the submenu.
Added in LCL version 4.0.
|
Provides indexed access to the child menu items for the current class instance. |
|
|
Signals the OnChange event handler (when assigned) and optionally rebuilds child menu items. |
|
|
Indicates whether child menu Items need to be updated to hide leading, trailing, or adjacent separators. |
|
|
Event handler signalled when a menu item in Items has been changed. |
|
|
Event handler signalled when a menu item has been changed. |
Version 4.0 | Generated 2025-05-03 | Home |