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

type TToolButtonFlag = (

  tbfPressed,

  

  tbfArrowPressed

);

Description

tbfPressed, // set while mouse is pressed on button

tbfArrowPressed // set while mouse is pressed on arrow button

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