Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TToolBarFlag

Contains values used as status flags in the TToolBar control.

Declaration

Source position: comctrls.pp line 2256

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 4.6 Hosted on Source Forge