Hello, I want to access by code the value of the Datafield of a column of a DBAdvSearchEdit, something like DBAdvSearchEdit1.Columns[0].DataField (this does not work for me).
It's possible?
Add DBAdvSearchList unit to the uses list and use code:
TDBColumnItem(DBAdvSearchEdit1.Columns[0]).DataField
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.