[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 2219

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.