OnInitStages

Graphics32

TCustomImage32.OnInitStages

property OnInitStages: TNotifyEvent;

Description

OnInitStages is called by TCustomImage32 in the process of initialization right after it finishes building default list of paint stages. You may also alter the stages in the OnCreate event handler of the owner form or anywhere else in you program.

See Also

Paint Stages, TCustomImage32