TIWCGJSCodeMirrorConfig.PollInterval Property
Indicates how quickly CodeMirror should poll its input textarea for changes. Most input is captured by events, but some things, like IME input on some browsers, doesn't generate events that allow CodeMirror to properly detect it. Thus, it polls. Default is 100 milliseconds.
published property PollInterval: Double index 20 read GetDoubleValue write SetDoubleValue stored IsDoubleStored;
Property Value
Type: Double