TIWCGJQGridColFormatter Enumeration

Represents type TIWCGJQGridColFormatter.

Namespace: IWCGJQGrid
type
 TIWCGJQGridColFormatter = (gcfNone,gcfInteger,gcfNumber,gcfCurrency,gcfDate,gcfTime,gcfDateTime,gcfEMail,
 gcfLink,gcfShowLink,gcfCheckBox,gcfSelect,gcfActions,gfcImage ,
 gcfLinkClick,gcfStaticImage,gcfControl,gcfFunction);

The TIWCGJQGridColFormatter type exposes the following members.

Show:
 NameDescription
gcfActions

Represents constant gcfActions.

gcfCheckBox

Represents constant gcfCheckBox.

gcfControl

Represents constant gcfControl.

gcfCurrency

Represents constant gcfCurrency.

gcfDate

Represents constant gcfDate.

gcfDateTime

Represents constant gcfDateTime.

gcfEMail

Represents constant gcfEMail.

gcfFunction

Represents constant gcfFunction.

gcfInteger

Represents constant gcfInteger.

gcfLink

Represents constant gcfLink.

gcfLinkClick

Represents constant gcfLinkClick.

gcfNone

Represents constant gcfNone.

gcfNumber

Represents constant gcfNumber.

gcfSelect

Represents constant gcfSelect.

gcfShowLink

Represents constant gcfShowLink.

gcfStaticImage

Represents constant gcfStaticImage.

gcfTime

Represents constant gcfTime.

gfcImage

Represents constant gfcImage.

Top