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

TLSCustomButton

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

Declaration

Source position: LSControls.pas line 104

type TLSCustomButton = class(TCustomButton,ILSValidationComponent)

protected

  procedure DoAppKeyPress(); virtual;

  

  procedure Click; override;

  

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Validate; virtual;

  

  property About: string; [rws]

  

  property Pattern: string; [rw]

  

  property Patterns: TLSRegExList; [rw]

  

  property ShortCut: TShortCut; [rw]

  

  property ShortCutCanFocus: Boolean; [rw]

  

  property OnValidate: TLSValidateEvent; [rw]

  

end;

Inheritance

TLSCustomButton

  

|

TObject,ILSValidationComponent



CT Web help

CodeTyphon Studio