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

TCheckComboItemState

Declaration

Source position: comboex.pas line 257

type TCheckComboItemState = record

  State: TCheckBoxState;

  

  Enabled: Boolean;

  

  Data: TObject;

  

end;