enabled more events for TDBComboBox (issue #1976)

git-svn-id: trunk@9116 -
This commit is contained in:
vincents 2006-04-11 07:09:56 +00:00
parent db2a2141a9
commit a4973aa5ff
2 changed files with 10 additions and 3 deletions

View File

@ -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;

View File

@ -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;