TIWCGJSCodeMirrorMode Enumeration

Represents type TIWCGJSCodeMirrorMode.

Namespace: IWCGJSCodeMirror
type
 TIWCGJSCodeMirrorMode = (cmcNone,cmcC,cmsCss,cmcHtmEmbedded,cmcHtmlMixed,cmsJavaScript,cmcMySQL,cmcPascal,
 cmcPerl,cmcPhp,cmcPLSQL,cmcPython,cmcRuby,cmcXml);

The TIWCGJSCodeMirrorMode type exposes the following members.

Show:
 NameDescription
cmcC

Represents constant cmcC.

cmcHtmEmbedded

Represents constant cmcHtmEmbedded.

cmcHtmlMixed

Represents constant cmcHtmlMixed.

cmcMySQL

Represents constant cmcMySQL.

cmcNone

Represents constant cmcNone.

cmcPascal

Represents constant cmcPascal.

cmcPerl

Represents constant cmcPerl.

cmcPhp

Represents constant cmcPhp.

cmcPLSQL

Represents constant cmcPLSQL.

cmcPython

Represents constant cmcPython.

cmcRuby

Represents constant cmcRuby.

cmcXml

Represents constant cmcXml.

cmsCss

Represents constant cmsCss.

cmsJavaScript

Represents constant cmsJavaScript.

Top