TIWCGJQGridAction Enumeration

Represents type TIWCGJQGridAction.

Namespace: IWCGJQGridCustomProvider
type
 TIWCGJQGridAction = (gaGet,gaSearch,gaAdd,gaEdit,gaCellEdit,gaDelete,gaSubGet,gaExportExcel,gaGetImage);

The TIWCGJQGridAction type exposes the following members.

Show:
 NameDescription
gaAdd

Represents constant gaAdd.

gaCellEdit

Represents constant gaCellEdit.

gaDelete

Represents constant gaDelete.

gaEdit

Represents constant gaEdit.

gaExportExcel

Represents constant gaExportExcel.

gaGet

Represents constant gaGet.

gaGetImage

Represents constant gaGetImage.

gaSearch

Represents constant gaSearch.

gaSubGet

Represents constant gaSubGet.

Top