RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.PaletteCreated Method

Responds when the component is created from the component palette.

Pascal
procedure PaletteCreated; dynamic;
C++
__fastcall PaletteCreated();

PaletteCreated is called automatically at design time when the component has just been created from the component palette. Component writers can override this method to perform adjustments that are required only when the component is created from the component palette. 

As implemented in TComponent, PaletteCreated does nothing. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!