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

TButtonGlyph.ExternalImageWidth

Width for the images in the ExternalImages property.

Declaration

Source position: buttons.pp line 141

public property TButtonGlyph.ExternalImageWidth : Integer
  read FExternalImageWidth
  write SetExternalImageWidth;

Description

ExternalImageWidth is an Integer property with the Width for the images in the ExternalImages property. The property value is used to determine the image resolution needed for the Images displayed in the GetImageIndexAndEffect method.

Changing the value for the property causes the OnChange event handler to be signalled (when assigned).

See also

TButtonGlyph.ExternalImages

  

Contains a reference to an external list of images that can be used as the Glyph image,

TButtonGlyph.Glyph

  

The bitmap image drawn as the glyph on the button.

TButtonGlyph.Images

  

The list of available images for the button glyph.

TButtonGlyph.GetImageIndexAndEffect

  

Gets the index for a button image using a given state, and the effect used to draw it.


Version 4.0 Generated 2025-05-03 Home