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

TCustomDrawStateFlag

TCustomDrawStateFlag - series of flags to define the DrawState

Declaration

Source position: comctrls.pp line 887

type TCustomDrawStateFlag = (

  cdsSelected,

  

  cdsGrayed,

  

  cdsDisabled,

  

  cdsChecked,

  

  cdsFocused,

  

  cdsDefault,

  

  cdsHot,

  

  cdsMarked,

  

  cdsIndeterminate

  

);

Description

TCustomDrawStateFlag consists of the following constants: