[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomControlBar.PictureChanged

Redraws the control bar when the internal update counter reaches 0.

Declaration

Source position: extctrls.pp line 1582

protected procedure TCustomControlBar.PictureChanged(

  Sender: TObject

);

Description

Assigned as the OnChange event handler for the Picture property in the Create constructor.

See also

TCustomControlBar.Create

  

Constructor for the class instance.

TCustomControlBar.Picture

  

Optional image drawn before the visible bands for the control bar.

TPicture.OnChange

  

OnChange - Event handler for any change in the picture.