Unit 'DBExtCtrls' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TDBDateEdit

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

Declaration

Source position: dbextctrls.pp line 30

type TDBDateEdit = class(TDateEdit)

protected

  procedure Notification(); override;

  

  function EditCanModify; override;

  

  procedure EditEnter; override;

  

  procedure EditKeyDown(); override;

  

  procedure EditKeyPress(); override;

  

  procedure ButtonClick; override;

  

  procedure EditChange; override;

  

  procedure EditExit; override;

  

  procedure Reset; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function ExecuteAction(); override;

  

  function UpdateAction(); override;

  

  property Field: TField; [r]

  

published

  property DataField: string; [rw]

  

  property DataSource: TDataSource; [rw]

  

end;

Inheritance

TDBDateEdit

  

|

TDateEdit

  

Implements a control with an edit box for a date value and an attached speed button to display a date selection (calendar) dialog.

|

TCustomEditButton

  

TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button.

|

TCustomAbstractGroupedEdit

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio