mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 19:09:34 +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 Date;
|
||||||
property DateTime;
|
property DateTime;
|
||||||
property DisplaySettings;
|
property DisplaySettings;
|
||||||
|
property Hint;
|
||||||
property OnChange;
|
property OnChange;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
@ -139,6 +140,7 @@ type
|
|||||||
property OnYearChanged;
|
property OnYearChanged;
|
||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
|
property TabOrder;
|
||||||
property TabStop;
|
property TabStop;
|
||||||
property Visible;
|
property Visible;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user