Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvMenus
Adding notes to menu items

When TAdvMainMenu.ShowNotes = true, additional lines in the MenuItem.Caption are shown as description for the item. Add the extra lines after separator character sequence '\n'. This can be used both at runtime and design time.
Code sample:
MenuItem.Caption := 'Caption text\nAdditional notes here';