Skip to main content

TcxCustomCheckGroupProperties.GlyphCount Property

Specifies the number of glyphs in the source image loaded through the Glyph property.

Declaration

property GlyphCount: Integer read; write; default 6;

Property Value

Type Default Description
Integer 6

The number of glyphs in the loaded source image.

Remarks

Use the GlyphCount property to specify the number of glyphs stored in an image loaded through the Glyph property. The loaded image can contain from 1 to 6 identically-sized glyphs arranged in a row from left to right. The order of glyphs in the source image defines their corresponding check box states.

Refer to the Glyph property description for detailed information on glyphs and corresponding check box states.

Default Value

The GlyphCount property’s default value is 6.

See Also