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

TCheckBoxState

TCheckBoxState - enumerated type for state of checkbox

Declaration

Source position: stdctrls.pp line 1180

type TCheckBoxState = (

  cbUnchecked,

  

  cbChecked,

  

  cbGrayed

  

);

Description

Check Box State: an enumerated list of constants defining the possible states of a Check Box - Unchecked, Checked or Greyed

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