TIWCGJQAjaxDataType Enumeration

Represents type TIWCGJQAjaxDataType.

Namespace: IWCGJQControl
type
 TIWCGJQAjaxDataType = (ajdtAutomatic,ajdtXML,ajdtJSON, ajdtScript, ajdtHTML, ajdtJSONP, ajdtText);

The TIWCGJQAjaxDataType type exposes the following members.

Show:
 NameDescription
ajdtAutomatic

Represents constant ajdtAutomatic.

ajdtHTML

Represents constant ajdtHTML.

ajdtJSON

Represents constant ajdtJSON.

ajdtJSONP

Represents constant ajdtJSONP.

ajdtScript

Represents constant ajdtScript.

ajdtText

Represents constant ajdtText.

ajdtXML

Represents constant ajdtXML.

Top