1. Home
  2. Computing & Technology
  3. Delphi Programming
RTL referenceGlossaryTips/TricksFREE App/VCLBest'O'NetBooksLink To
 
Quiz: Delphi ADO Programming
Correct: 9

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 >>

Explore Delphi Programming
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Delphi Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.