Vcl.Samples.Spin.TSpinButton.DownNumGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DownNumGlyphs: TNumGlyphs read GetDownNumGlyphs write SetDownNumGlyphs default 1;

C++

__property Vcl::Buttons::TNumGlyphs DownNumGlyphs = {read=GetDownNumGlyphs, write=SetDownNumGlyphs, default=1};

Properties

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

Description

Specifies the number of Glyphs that appear on the Down button.

DownNumGlyphs specifies the number of Glyphs that appear on the Down 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