Vcl.Buttons.TSpeedButton.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 TSpeedButton

Description

Specifies the number of images included in the Glyph property.

Set NumGlyphs to the number of images provided by the bitmap assigned to the Glyph property. All images must be the same size and next to each other in a row. The Glyph property can provide up to four images.

See Also