[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbextctrls.pp line 30
type TDBDateEdit = class(TDateEdit) end; |
||
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] |
|
|
|
||
| | ||
|
TDateEdit - an EditBox to hold a date, with an attached SpeedButton that will summon a date selection (calendar) dialog |
|
| | ||
|
TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button |
|
| | ||
|
||
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |