Friday, October 5, 2007

How to work with TDBNavigator

How to work with TDBNavigator

To work with TDBNavigator

= Go to First Record

= Previous Record

= Go to Next Record

= Go to Last Record

= Add New Record

= Remove the Record

= Edit the Record

= Post

= Cancel

= Refresh

How to set TDBNavigator properties

How to set TDBNavigator properties

To set TDBNavigator properties

Data Source = Use the Data Source property to link the database navigator with a data set.

How to work with the TDBNavigator object

How to work with the TDBNavigator object

To work with the TDBNavigator object

Step a: Go to Data Control Components bar

Step b: Select the TDBGrid Object

Step c: Add to the Form1

How to set the TDBGrid properties

How to set the TDBGrid properties

To set the TDBGrid properties

Data Source = The TDataSource object that links to the data set, where the data-aware grid should fetch its data.

Step a: This will display on the form like this: