Table of Contents

TAdvCustomFormDesigner.OnComponentBitmap Event

Use OnComponentBitmap to provide a custom icon for the non-visual component specified in the event. If this event is not assigned, then the designer tries to retrieve the component bitmap from a bitmap resource which name is the same as the component's class name.

Syntax

Unit: FormDesigner

property TAdvCustomFormDesigner.OnComponentBitmap: TComponentBitmapEvent

See also