mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 10:16:17 +02:00
enabled more events for TDBComboBox (issue #1976)
git-svn-id: trunk@9116 -
This commit is contained in:
parent
db2a2141a9
commit
a4973aa5ff
@ -490,15 +490,22 @@ Type
|
||||
property ItemWidth;
|
||||
property MaxLength default -1;
|
||||
property OnChange;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
property OnCloseUp;
|
||||
property OnDblClick;
|
||||
property OnDrawItem;
|
||||
property OnDropDown;
|
||||
property OnEditingDone;
|
||||
property OnEnter;
|
||||
property OnExit;
|
||||
Property OnKeyDown;
|
||||
property OnKeyDown;
|
||||
property OnKeyPress;
|
||||
Property OnKeyUp;
|
||||
property OnKeyUp;
|
||||
property OnMouseDown;
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnSelect;
|
||||
property ParentCtl3D;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
|
@ -36,7 +36,7 @@ begin
|
||||
//need to override this to make sure the datalink gets notified
|
||||
//its been modified, then when post etc, it will call
|
||||
//updatedata to update the field data with current value
|
||||
FDatalink.edit;
|
||||
FDatalink.Edit;
|
||||
FDataLink.Modified;
|
||||
|
||||
inherited Change;
|
||||
|
Loading…
Reference in New Issue
Block a user