09-15-2020, 09:26 AM
(This post was last modified: 09-15-2020, 09:27 AM by Alexandre Machado.)
I'll check it out and let you know.
However, there is one thing that I'd like to mention: a DataSource component belongs to the *form* not to the DataModule. It is basically an observer object created to notify visual components when the underlying DataSet changes. (the exception is when it connects 2 DataSets in a Master/Detail relationship, but in this case it shouldn't be connected to any visual control anyways).
However, there is one thing that I'd like to mention: a DataSource component belongs to the *form* not to the DataModule. It is basically an observer object created to notify visual components when the underlying DataSet changes. (the exception is when it connects 2 DataSets in a Master/Detail relationship, but in this case it shouldn't be connected to any visual control anyways).