|
Correct!
When data-aware controls are connected to a dataset and the user moves through a recordset the corresponding field values are presented in those controls. When we want to use the same values directly in code we need to know how to read them. By default, when Delphi gives names to field objects the following notation is used: Table name + Field name. This means that if we have the Type field in table the filed object connected to that, hm, field will have the name: ADOTable1Type.
Find more.
Next Question >>
|