TiComponent.BackGroundPicture

TiComponent See Also

Used to set the background picture of the control.

property BackgroundPicture : TBitmap

Description

Use BackgroundPicture to set the background picture drawn behind the control. The background picture is not shown if Transparent is set to TRUE.

Example

Delphi

iComponent.BackGroundPicture.LoadFromResourceName(HInstance,'THEBITMAP');

C++ Builder

iComponent->BackGroundPicture->LoadFromResourceName((unsigned int)HInstance, "THEBITMAP");

Note: Not all descendants implement this property.

Contents | Index | Previous | Next