TIWCGJQNavButtonType Enumeration

Represents type TIWCGJQNavButtonType.

Namespace: IWCGJQNavigator
type
 TIWCGJQNavButtonType = (nvbFirst,nvbPriorPage,nvbPrior,nvbNext,nvbNextPage,nvbLast,
 nvbInsert,nvbAppend,nvbDelete,nvbEdit,nvbPost,nvbCancel,
 nvbRefresh,nvbSaveBookmark,nvbGotoBookmark,nvbFilter,nvbCustom);

The TIWCGJQNavButtonType type exposes the following members.

Show:
 NameDescription
nvbAppend

Represents constant nvbAppend.

nvbCancel

Represents constant nvbCancel.

nvbCustom

Represents constant nvbCustom.

nvbDelete

Represents constant nvbDelete.

nvbEdit

Represents constant nvbEdit.

nvbFilter

Represents constant nvbFilter.

nvbFirst

Represents constant nvbFirst.

nvbGotoBookmark

Represents constant nvbGotoBookmark.

nvbInsert

Represents constant nvbInsert.

nvbLast

Represents constant nvbLast.

nvbNext

Represents constant nvbNext.

nvbNextPage

Represents constant nvbNextPage.

nvbPost

Represents constant nvbPost.

nvbPrior

Represents constant nvbPrior.

nvbPriorPage

Represents constant nvbPriorPage.

nvbRefresh

Represents constant nvbRefresh.

nvbSaveBookmark

Represents constant nvbSaveBookmark.

Top