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

TLSCustomDateEdit

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

Declaration

Source position: LSControls.pas line 1291

type TLSCustomDateEdit = class(TLSCustomEditButton,ILSValidationComponent)

protected

  procedure DoCalendarPopupClose(); virtual;

  

  procedure DoButtonClick(); override;

  

  procedure Loaded; override;

  

  procedure KeyPress(); override;

  

  procedure CMTextChanged(); message;

  

public

  constructor Create(); override;

  

  procedure EditingDone; override;

  

  procedure Clear;

  

  procedure UpdateText; virtual;

  

  procedure CheckMinMaxValue;

  

  property CalendarCloseWithDblClick: Boolean; [rw]

  

  property CalendarDisplaySettings: TDisplaySettings; [rw]

  

  property CalendarShowBtns: Boolean; [rw]

  

  property CalendarShowBtnsCaptions: Boolean; [rw]

  

  property CalendarShowBtnsGlyphs: Boolean; [rw]

  

  property DefaultToday: Boolean; [rw]

  

  property DisplayFormat: string; [rw]

  

  property MinValue: TDateTime; [rw]

  

  property MaxValue: TDateTime; [rw]

  

  property ValidDateSeparator: char; [rw]

  

  property Value: TDateTime; [rw]

  

end;

Inheritance

TLSCustomDateEdit

  

|

TLSCustomEditButton,ILSValidationComponent

  

|

TLSCustomMaskEdit,ILSValidationComponent

  

|

TObject,ILSValidationComponent



CT Web help

CodeTyphon Studio