TWebDBNavigator
Description
This is a DB-aware navigator, allowing to scroll in the connected dataset and perform operations
as Edit
, Post
, Cancel
on the dataset.
To use the TWebDBNavigator
, drop it on the form and connect the datasource.
With the property VisibleButtons
, set what buttons in the navigator need to be visible. The
VisibleButtons
property is a set property consisting of the following possible values:
nbFirst
, nbPrior
, nbNext
, nbLast
, nbInsert
, nbDelete
, nbEdit
, nbPost
, nbCancel
To customize the hint setting for each of the controls in the navigator, the
TWebDBNavigator.Hints
: TStringList
property can be used.
It is also possible to set custom images for the navigator buttons. Do this by setting the URL
of
the images via the property TWebDBNavigator.Images
: TStringList