Vcl.ImageCollection.TImageCollection.OnGetBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetBitmap: TImageCollectionOnGetBitmapEvent  read FOnGetBitmap write FOnGetBitmap;

C++

__property TImageCollectionOnGetBitmapEvent OnGetBitmap = {read=FOnGetBitmap, write=FOnGetBitmap};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollection

Description

You can use OnGetBitmap event with your code to get TBitmap from an item.