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

TCustomTabControl.Images

Contains the images displayed on the tabs for the control.

Declaration

Source position: comctrls.pp line 488

public property TCustomTabControl.Images : TCustomImageList
  read FImages
  write SetImages;

Description

Images is a TCustomImageList property which contains the images displayed on tabs for the control. Assigning a new image list to the property causes the widgetset class instance to be updated; the image list, the tab position, and properties for the page objects are sent to the widget. The Invalidate method is called to cause the control to be redrawn.

Use ImagesWidth to set the default width and height for the images in the list.

Use the indexed Page property to access to each page object on the tabbed control.

Use the ImageIndex property in the TCustomPage instances to specify which image is displayed for a given tab/page on the control.

See also

TCustomTabControl.ImagesWidth

  

Width for the Images used in the control.

TCustomTabControl.Page

  

Provides indexed access to the page objects used on the tabbed control.

TCustomPage.ImageIndex

  

Ordinal position for the image associated with the page.

TCustomImageList

  

The base class for TImageList.


Version 3.2 Generated 2024-02-25 Home