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

TCheckBoxState

Check Box State

Declaration

Source position: stdctrls.pp line 1134

type TCheckBoxState = (

  cbUnchecked,

  

  cbChecked,

  

  cbGrayed

  

);

Description

Check Box State: a set of constants defining the possible states of a Check Box -

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