Navigation: Code Documentation > IEDB > DBPackage > Enumerations
TDBNavigatorFunctionType Enumeration
Represents type TDBNavigatorFunctionType.
Namespace: DBPackage
Delphi
type TDBNavigatorFunctionType = (nftFirst, nftPrior, nftNext, nftLast, nftInsert, nftDelete, nftEdit, nftPost, nftCancel, nftRefresh, nftAtFirst, nftAtLast, nftMoveBy);
Name
Description
nftAtFirst
Represents constant nftAtFirst.
nftAtLast
Represents constant nftAtLast.
nftCancel
Represents constant nftCancel.
nftDelete
Represents constant nftDelete.
nftEdit
Represents constant nftEdit.
nftFirst
Represents constant nftFirst.
nftInsert
Represents constant nftInsert.
nftLast
Represents constant nftLast.
nftMoveBy
Represents constant nftMoveBy.
nftNext
Represents constant nftNext.
nftPost
Represents constant nftPost.
nftPrior
Represents constant nftPrior.
nftRefresh
Represents constant nftRefresh.
Top
•DBPackage