mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 09:19:19 +02:00
LCL: published missing properties TCalendar.Hint and TCalendar.TabOrder.
git-svn-id: trunk@37160 -
This commit is contained in:
parent
f0f5beb5cf
commit
f7a4699628
@ -118,6 +118,7 @@ type
|
||||
property Date;
|
||||
property DateTime;
|
||||
property DisplaySettings;
|
||||
property Hint;
|
||||
property OnChange;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
@ -139,6 +140,7 @@ type
|
||||
property OnYearChanged;
|
||||
property PopupMenu;
|
||||
property ShowHint;
|
||||
property TabOrder;
|
||||
property TabStop;
|
||||
property Visible;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user