mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 00:58:13 +02:00
DateTimePicker - add OnShowHint event
git-svn-id: trunk@64651 -
This commit is contained in:
parent
a040f8d1df
commit
f290c78554
@ -530,6 +530,7 @@ type
|
||||
property OnMouseWheelDown;
|
||||
property OnMouseWheelUp;
|
||||
property OnResize;
|
||||
property OnShowHint;
|
||||
property OnUTF8KeyPress;
|
||||
end;
|
||||
|
||||
|
@ -140,6 +140,7 @@ type
|
||||
property OnMouseWheelDown;
|
||||
property OnMouseWheelUp;
|
||||
property OnResize;
|
||||
property OnShowHint;
|
||||
property OnUTF8KeyPress;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user