Unit 'Buttons' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomBitBtn.Glyph

Bitmap with the Glyph displayed on the control.

Declaration

Source position: buttons.pp line 209

public property TCustomBitBtn.Glyph : TBitmap
  read GetGlyph
  write SetGlyph
  stored IsGlyphStored;

See also

TCustomBitBtn.Images

  

Contains images available for the control.

TCustomBitBtn.ImageIndex

  

Ordinal position for the image displayed on the control.

TCustomBitBtn.ImageWidth

  

Display width for the glyph image on the control.

TCustomBitBtn.Kind

  

What kind of BitButton? Custom, OK, Cancel, Yes, No etc.

TCustomBitBtn.LoadGlyphFromResourceName

  

Loads the Glyph image with the specified named from a resource instance.

TCustomBitBtn.LoadGlyphFromLazarusResource

  

LoadGlyphFromLazarusResource - method for loading the glyph from a Lazarus resource file (.lrs).

TCustomBitBtn.LoadGlyphFromStock

  

Loads a stock glyph image for the specified button identifier.