TiRotationDisplay.Picture

TiRotationDisplay

Used to set the rotation picture for the control.

property Picture : TBitmap;

Description

Use Picture to set the rotation picture for the control.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next