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

TLSCustomTimeEdit

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

Declaration

Source position: LSControls.pas line 1385

type TLSCustomTimeEdit = class(TLSCustomMaskEdit,ILSValidationComponent)

protected

  procedure Loaded; override;

  

  procedure DoChangeValue(); virtual;

  

  procedure DoNextPriorKeyDown(); virtual;

  

  procedure DoUpDownClick(); virtual;

  

  procedure DoUpDownPosition; virtual;

  

  function DoMouseWheel(); override;

  

  procedure SetEnabled(); override;

  

  procedure SetVisible(); override;

  

  procedure SetName(); override;

  

  procedure SetParent(); override;

  

  procedure Notification(); override;

  

  procedure KeyPress(); override;

  

  procedure KeyDown(); override;

  

  procedure WMSetFocus(); message;

  

  procedure WMKillFocus(); message;

  

  procedure CMTextChanged(); message;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure EditingDone; override;

  

  procedure Clear;

  

  procedure UpdateText; virtual;

  

  procedure CheckMinMaxValue;

  

  property DefaultNow: Boolean; [rw]

  

  property DisplayFormat: TLSTimeEditDisplayFormat; [rw]

  

  property MinValue: TDateTime; [rw]

  

  property MaxValue: TDateTime; [rw]

  

  property UpDown: TLSTimeEditUpDown; [r]

  

  property UpDownOnlyWhenFocused: Boolean; [rw]

  

  property Value: TDateTime; [rw]

  

  property OnDownClick: TNotifyEvent; [rw]

  

  property OnUpClick: TNotifyEvent; [rw]

  

end;

Inheritance

TLSCustomTimeEdit

  

|

TLSCustomMaskEdit,ILSValidationComponent

  

|

TObject,ILSValidationComponent



CT Web help

CodeTyphon Studio