Vcl.Buttons.TBitBtn.NumGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NumGlyphs: TNumGlyphs read GetNumGlyphs write SetNumGlyphs default 1;

C++

__property TNumGlyphs NumGlyphs = {read=GetNumGlyphs, write=SetNumGlyphs, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TBitBtn

Description

Indicates the number of images that are in the graphic specified in the Glyph property.

If you have multiple images in a bitmap, you must specify the number of images that are in the bitmap with the NumGlyphs property. The default value is 1.

See Also

Code Examples