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

TWin32CheckListBoxStrings

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: win32listslh.inc line 106

type TWin32CheckListBoxStrings = class(TWin32ListStringList) end;

protected

  function GetObject(); override;

  

  procedure PutObject(); override;

  

  function SaveData(); override;

  

  procedure RestoreData(); override;

  

public

  constructor Create();

  

  class procedure DeleteItemRecords();

  

  class procedure DeleteItemRecord();

  

  procedure Clear; override;

  

  procedure Delete(); override;

  

  procedure Move(); override;

  

  property Enabled []: Boolean; [rw]

  

  property State []: TCheckBoxState; [rw]

  

Inheritance

TWin32CheckListBoxStrings

  

|

TWin32ListStringList

  

|

TStrings

?

TObject