Choosing How to Organize the Data

From RAD Studio
Jump to: navigation, search

Go Up to Using data controls Index


When you build the user interface for your database application, you have choices to make about how you want to organize the display of information and the controls that manipulate that information.

One of the first decisions to make is whether you want to display a single record at a time, or multiple records.

In addition, you will want to add controls to navigate and manipulate records. The Vcl.DBCtrls.TDBNavigator control provides built-in support for many of the functions you may want to perform.

See Also