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

TToolBarFlag

Contains values used as status flags in the TToolBar control.

Declaration

Source position: comctrls.pp line 2237

type TToolBarFlag = (

  tbfUpdateVisibleBarNeeded,

  

Indicates the tool bar control needs to be redrawn.

  tbfPlacingControls

  

Indicates a button or other control has been moved on a tool bar control.

);

See also

TToolBarFlags

  

Set type used to store values from the TToolBarFlag enumeration.

TToolBar

  

Implements an application tool bar with buttons or other visual controls.


Version 3.2 Generated 2024-02-25 Home