Vcl.Samples.Spin.TSpinButton.UpNumGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpNumGlyphs: TNumGlyphs read GetUpNumGlyphs write SetUpNumGlyphs default 1;

C++

__property Vcl::Buttons::TNumGlyphs UpNumGlyphs = {read=GetUpNumGlyphs, write=SetUpNumGlyphs, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinButton

Description

Number of Glyphs that appear on the Up button.

UpNumGlyphs specifies the number of Glyphs that appear on the Up button. 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