[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 487

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

  

Images - the list of images associated with the pages of this notebook.

TCustomTabControl.ImagesWidth

  

Width for the Images used in the control.

TCustomTabControl.UpdateTabProperties

  

UpdateTabProperties - apply all pending changes to the Tab.

TChangeLink.OnChange

The latest version of this document can be found at lazarus-ccr.sourceforge.net.