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

TCustomTabControl.ImagesWidth

Width for the Images used in the control.

Declaration

Source position: comctrls.pp line 490

public property TCustomTabControl.ImagesWidth : Integer
  read FImagesWidth
  write SetImagesWidth
  default 0;

Description

ImagesWidth specifies the width used for the Images in the control. ImagesWidth determines the resolution (either selected or resized) for the current display density (PPI).

Changing the value in the property causes the DoImageListChange method to be called to select the image resolution, and to notify the widgetset class of the change. The UpdateTabProperties method is called to propagate the change to all tabs in the control.

See also

TCustomTabControl.Images

  

Contains the images displayed on the tabs for the control.

TCustomTabControl.ImagesWidth

  

Width for the Images used in the control.

TCustomTabControl.UpdateTabProperties

  

Applies property changes for all of the pages on the tab control to the widgetset class instances.

TChangeLink.OnChange


Version 4.0 Generated 2025-05-03 Home