[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a separator line to the child menu items.
Source position: menus.pp line 281
public procedure TMenuItem.AddSeparator; |
AddSeparator is a method used to add a separator line to the child menu Items. AddSeparator creates a new TMenuItem instance, and sets its Caption to the value in the cLineCaption constant. The Add method is called to append the menu item to the Items property.
|
The caption text displayed for the menu item. |
|
|
Provides indexed access to the child menu items for the current class instance. |
|
|
Adds item(s) to the menu item. |
|
|
Insert stores the specified menu item at the location indicated by Index. |
|
|
Caption used for a menu item displayed as a separator line. |
Version 4.0 | Generated 2025-05-03 | Home |