Vcl.Buttons.TNumGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TNumGlyphs = 1..4;

C++

typedef System::Int8 TNumGlyphs;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons Vcl.Buttons

Description

Specifies the number of images included in the Glyph property.

TNumGlyphs is the number of images provided by the bitmap assigned to the Glyph property of the TSpeedButton and TBitBtn buttons. All images must be the same size and next to each other in a row. The Glyph property can provide up to four images, one for each state.

See Also