نقل قول نوشته شده توسط masoode مشاهده تاپیک
استاد از اینکه این کامپوننت را رایگان در اختیار ما قرار می دهید متشکرم.

پیشنهاد میکنم اگر خواستید در ادامه نسخه دیگری ارائه کنید این hint ها را هم بر طرف کنید:
[dcc32 Hint] SolarCalendarPackage.pas(2052): H2077 Value assigned to 'TPublicUtils.IntDayOfWeek' never used
[dcc32 Hint] SolarCalendarPackage.pas(2772): H2164 Variable 'date' is declared but never used in 'TCustomSolarCalendar.SetYear'
[dcc32 Hint] SolarCalendarPackage.pas(6489): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6489): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6489): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6503): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6503): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6503): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6518): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6518): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6518): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6545): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6545): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(6545): H2443 Inline function 'Point' has not been expanded because unit 'System.Types' is not specified in USES list
[dcc32 Hint] SolarCalendarPackage.pas(857): H2219 Private symbol 'DayValidityCheck' declared but never used


البته به راحتی با اضافه کردن 'System.Types' به یونیت SolarCalendarPackage.pas و با گذاشتن // قبل از خطوط بلا استفاده hint ها را برای خودم رفع کردم.
(هر چند ممکنه در ورژن ها مختلف دلفی این hint ها متفاوت باشه)
تا حدی حذف Hintها و Warningها امکان‌پذیر است.
در مورد System.Types به این دلیل که این namespace در دلفی 7 شناسایی نمی‌شود، قابل استفاده هم نیست.
مابقی Hintها رفع و کامیت شدند.