TIWCGJQGridColEditType Enumeration

Represents type TIWCGJQGridColEditType.

Namespace: IWCGJQGrid
type
 TIWCGJQGridColEditType = (gcetText,gcetTextArea,gcetSelect,gcetCheckBox,gcetPassword,gcetButton,gcetImage,gcetFile,gcetCustom);

The TIWCGJQGridColEditType type exposes the following members.

Show:
 NameDescription
gcetButton

Represents constant gcetButton.

gcetCheckBox

Represents constant gcetCheckBox.

gcetCustom

Represents constant gcetCustom.

gcetFile

Represents constant gcetFile.

gcetImage

Represents constant gcetImage.

gcetPassword

Represents constant gcetPassword.

gcetSelect

Represents constant gcetSelect.

gcetText

Represents constant gcetText.

gcetTextArea

Represents constant gcetTextArea.

Top