04-10-2020, 11:09 PM
There is some problem about TIWDBGrid since 15.1.18. Visually placed Datasource elemets are starting with "IW" but not received by the compiler.
Therefore code must be used. For example, if you visually place the datasource it seems as ".DataSource=IWUserSession.DataSource1" but according
to these versions including 15.1.19 it must be replaced in code editor such as "IWDBGrid.DataSource:=UserSession.DataSource1"
othervise the IWDbgrid can not work. A More simplified TIWDBgrid will be useful.
Therefore code must be used. For example, if you visually place the datasource it seems as ".DataSource=IWUserSession.DataSource1" but according
to these versions including 15.1.19 it must be replaced in code editor such as "IWDBGrid.DataSource:=UserSession.DataSource1"
othervise the IWDbgrid can not work. A More simplified TIWDBgrid will be useful.

