ImageEn, unit iexToolbars

TCustomImageEnToolbar.UpdateButtons

TCustomImageEnToolbar.UpdateButtons


Declaration

procedure UpdateButtons();


Description

Force an update of the buttons in the toolbar


Example

// Hide the non-buttons on ImageEn toolbars
IEGlobalSettings().ToolbarsAllowExtraControls := False;
ImageEnViewToolbar1.UpdateButtons();