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

TCheckBoxState

The states of a checkbox - Unchecked, Checked or Greyed.

Declaration

Source position: stdctrls.pp line 1208

type TCheckBoxState = (

  cbUnchecked,

  

  cbChecked,

  

  cbGrayed

  

);