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

TToolButtonFlag

TToolButtonFlag - a series of flags that can be set by pressing the mouse on the control

Declaration

Source position: comctrls.pp line 1977

type TToolButtonFlag = (

  tbfPressed,

  

  tbfArrowPressed

);

Description

tbfPressed, // set while mouse is pressed on button

tbfArrowPressed // set while mouse is pressed on arrow button