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

type TCheckBoxState = (

  cbUnchecked,

  

  cbChecked,

  

  cbGrayed

  

);

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