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

TWin32CheckListBoxItemRecord

Declaration

Source position: win32listslh.inc line 99

type TWin32CheckListBoxItemRecord = record

  TheObject: TObject;

  

  State: TCheckBoxState;

  

  Enabled: Boolean;

  

end;