[Lazarus] Datamodule and forms data aware components problem
Paul Ishenin
webpirat at mail.ru
Fri Nov 20 13:33:18 CET 2009
ik wrote:
>
> The first form will find the datasource components on dmDatabases
> unit, while the second form will not.
>
> What am I missing here ?
Lazarus has a different behavior comparing to Delphi. It does not search
for the available components in the uses section but it search in the
forms/datamodules of the project.
Therefore possible your form1 is included into the project but form2
does not.
Best regards,
Paul Ishenin.
More information about the Lazarus
mailing list