Unit 'LRDialogControls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_report]

TlrCheckBox

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

Declaration

Source position: lrdialogcontrols.pas line 187

type TlrCheckBox = class(TlrVisualControl)

protected

  procedure PaintDesignControl; override;

  

  function CreateControl; override;

  

  function GetCheckStyle(); virtual;

  

public

  constructor Create(); override;

  

  procedure LoadFromXML(); override;

  

  procedure SaveToXML(); override;

  

  procedure Assign(); override;

  

published

  property AutoSize: Boolean;

  

  property Color: TColor;

  

  property Enabled: Boolean;

  

  property Caption: string;

  

  property Hint: string;

  

  property Checked: Boolean; [rw]

  

  property OnClick: TfrScriptStrings;

  

end;

Inheritance

TlrCheckBox

  

|

TlrVisualControl

  

|

TObject



CT Web help

CodeTyphon Studio