LCL: published missing properties TCalendar.Hint and TCalendar.TabOrder.

git-svn-id: trunk@37160 -
This commit is contained in:
zeljko 2012-05-05 10:06:12 +00:00
parent f0f5beb5cf
commit f7a4699628

View File

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