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(TSpkBaseButton)

protected

  procedure CalcRects; override;

  

  procedure ConstructRect();

  

  function GetChecked; override;

  

  function GetDefaultCaption; override;

  

  function GetDropdownPoint; override;

  

  procedure SetChecked(); override;

  

  procedure SetState(); virtual;

  

public

  constructor Create(); override;

  

  procedure Draw(); override;

  

  function GetGroupBehaviour; override;

  

  function GetSize; override;

  

  function GetTableBehaviour; override;

  

  function GetWidth; override;

  

published

  property Checked: Boolean;

  

  property State: TCheckboxState; [rw]

  

  property TableBehaviour: TSpkItemTableBehaviour; [rw]

  

end;

Inheritance

TSpkCustomCheckBox

  

|

TSpkBaseButton

  

|

TSpkBaseItem

  

|

TSpkComponent

  

|

TObject



CT Web help

CodeTyphon Studio