TiObjectCanvas.AddImage
TiObjectCanvas
Populates the internal image list from a Resource ID (Integer Value).
procedure AddImage(Bitmap: TBitmap);
Description
Call AddImage to load an image into the component's built-in Image List.
Example
Delphi
iComponent.AddImage(Image);
C++ Builder
iComponent->AddImage(Image);
Contents | Index | Previous | Next