[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Moves a menu item to the specified position in a menu.
Source position: menus.pp line 247
protected procedure TMenuItem.SetChildOrder( |
Child: TComponent; |
Order: Integer |
); override; |
Child |
|
Menu item affected in the method. |
Order |
|
Value assigned to the MenuIndex for the menu item. |
Stores the value in the Order parameter to the MenuIndex property in the Child menu item.
Version 4.0 | Generated 2025-05-03 | Home |