TiSwitchLed.Glyph

TiSwitchLed

Specifies the glyph (bitmap) shown in the background of the Switch LED component.

property Glyph : TBitmap;

Description

Use Glyph to set the bitmap shown in the Switch LED component.

Example

Delphi

iComponent.Glyph.LoadFromFile('c:\test.bmp');

Kylix

iComponent.Glyph.LoadFromFile('/home/username/test');

C++ Builder

iComponent->
Glyph->LoadFromFile("c:\test.bmp");

Contents | Index | Previous | Next