Unit 'spkt_Checkboxes' Package
[Overview][Classes][Index] [#pl_spktoolbar]

TSpkCustomCheckBox

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

Declaration

Source position: spkt_Checkboxes.pas line 12

type TSpkCustomCheckBox = class(TSpkCustomTableButton)

protected

  procedure CalcRects; override;

  

  procedure ConstructRect(); virtual;

  

  function GetChecked; override;

  

  function GetDefaultCaption; override;

  

  function GetDropdownPoint; override;

  

  procedure SetChecked(); override;

  

  procedure SetState(); virtual;

  

  property State: TCheckboxState; [rw]

  

public

  constructor Create(); override;

  

  procedure Draw(); override;

  

  function GetWidth; override;

  

published

  property Checked: Boolean;

  

  property TableBehaviour: TSpkItemTableBehaviour;

  

end;

Inheritance

TSpkCustomCheckBox

  

|

TSpkCustomTableButton

  

|

TSpkBaseButton

  

|

TSpkBaseItem

  

|

TSpkComponent

  

|

TObject



CT Web help

CodeTyphon Studio