Unit 'LSControls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_solutions]

TLSCustomCheckBox

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

Declaration

Source position: LSControls.pas line 377

type TLSCustomCheckBox = class(TCustomCheckBox,ILSValidationComponent)

protected

  procedure DoClickOnChange; override;

  

  procedure Notification(); override;

  

  procedure CMTextChanged(); message;

  

public

  constructor Create(); override;

  

  function Validate; virtual;

  

  property About: string; [rws]

  

  property UnValidationState: TCheckBoxState; [rw]

  

  property TextChangedState: TCheckBoxState; [rw]

  

  property Pattern: string; [rw]

  

  property Patterns: TLSRegExList; [rw]

  

  property OnValidate: TLSValidateEvent; [rw]

  

end;

Inheritance

TLSCustomCheckBox

  

|

TObject,ILSValidationComponent



CT Web help

CodeTyphon Studio