Vcl.ImageCollection.TImageCollection.OnDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDraw: TImageCollectionOnDrawEvent  read FOnDraw write FOnDraw;

C++

__property TImageCollectionOnDrawEvent OnDraw = {read=FOnDraw, write=FOnDraw};

Properties

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

Description

You can use OnDraw event with your code to draw an image.