Unit 'ExCheckCtrls' Package
[Overview][Types][Classes][Index] [#bs_controls]

TCustomCheckControlGroupEx

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

Declaration

Source position: excheckctrls.pas line 307

type TCustomCheckControlGroupEx = class(TCustomGroupBox)

protected

  procedure ItemEnter(); virtual;

  

  procedure ItemExit(); virtual;

  

  procedure ItemKeyDown(); virtual;

  

  procedure ItemKeyUp(); virtual;

  

  procedure ItemKeyPress(); virtual;

  

  procedure ItemUTF8KeyPress(); virtual;

  

  procedure UpdateAll;

  

  procedure UpdateControlsPerLine;

  

  procedure UpdateInternalObjectList;

  

  procedure UpdateItems; virtual; abstract;

  

  procedure UpdateTabStops;

  

  property AutoFill: Boolean; [rw]

  

  property ColumnLayout: TColumnLayout; [rw]

  

  property Columns: Integer; [rw]

  

  property Images: TCustomImageList; [rw]

  

  property ImagesWidth: Integer; [rw]

  

  property ItemEnabled []: Boolean; [rw]

  

  property Items: TStrings; [rw]

  

  property ReadOnly: Boolean; [rw]

  

  property OnClick: TNotifyEvent; [rw]

  

  property OnGetImageIndex: TGetImageIndexEvent; [rw]

  

  property OnItemEnter: TNotifyEvent; [rw]

  

  property OnItemExit: TNotifyEvent; [rw]

  

  property OnSelectionChanged: TNotifyEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function CanModify; virtual;

  

  procedure FlipChildren(); override;

  

  function Rows;

  

end;

Inheritance

TCustomCheckControlGroupEx

  

|

TObject



CT Web help

CodeTyphon Studio