Example: I put on the form TSQLQuery object from sqlDB palette.
I set properties using Object inspector.
There should be displayed in Object inspector at bottom "help hints" when I click on any property.
But for classes declared in "sqldb" unit there is no help shown.
If I look into Lazarus/docs/chm/fcl.chm I see there for example: mssqlconnection, ibconnection, but not TSQLConnection nor classes declared in sqlDB unit (like TSQLQuery) nor sqlDB unit as unit.
Isn't it any problem with packaging help (sqlDB is not included) ?