[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenu.ImagesWidth

Width for the bitmaps in the Images property.

Declaration

Source position: menus.pp line 418

published property TMenu.ImagesWidth : Integer
  read FImagesWidth
  write SetImagesWidth
  default 0;

Description

ImagesWidth is an Integer property with the width needed for bitmaps in the Images property. The default value for the property is 0 (zero), and indicates that the width in the Images property is used.

Setting a new value for the property causes the UpdateImages method in Items to be called.

See also

TMenu.Images

  

The image list with bitmaps used as glyphs for the menu items.

TMenuItem.UpdateImages

  

Update the images for the menu item and its child items.

TMenuItem.ImageIndex

  

Ordinal position in the list of images for the glyph displayed on the menu item.

TMenuItem.Bitmap

  

Bitmap image (glyph) displayed for the menu item.


Version 3.2 Generated 2024-02-25 Home