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

TButtonGlyph.Height

The height of the glyph image.

Declaration

Source position: buttons.pp line 148

public property TButtonGlyph.Height : Integer
  read GetHeight;

Description

Height is an Integer property with the height for bitmaps displayed in the class instance. When Images has been assigned, its Height is used as the property value. Otherwise, the property value is 0.

Height is used when a value is assigned to the Glyph property, and determines if multiple images are present in the bitmap loaded into the Images property.

See also

TButtonGlyph.Height

  

The height of the glyph image.

TButtonGlyph.Images

  

The list of available images for the button glyph.

TButtonGlyph.Glyph

  

The bitmap image drawn as the glyph on the button.

TButtonGlyph.NumGlyphs

  

The number of glyphs available for button states.


Version 4.0 Generated 2025-05-03 Home