DateTimePicker - add OnShowHint event

git-svn-id: trunk@64651 -
This commit is contained in:
zoran 2021-02-22 12:15:58 +00:00
parent a040f8d1df
commit f290c78554
2 changed files with 2 additions and 0 deletions

View File

@ -530,6 +530,7 @@ type
property OnMouseWheelDown; property OnMouseWheelDown;
property OnMouseWheelUp; property OnMouseWheelUp;
property OnResize; property OnResize;
property OnShowHint;
property OnUTF8KeyPress; property OnUTF8KeyPress;
end; end;

View File

@ -140,6 +140,7 @@ type
property OnMouseWheelDown; property OnMouseWheelDown;
property OnMouseWheelUp; property OnMouseWheelUp;
property OnResize; property OnResize;
property OnShowHint;
property OnUTF8KeyPress; property OnUTF8KeyPress;
end; end;