ISProfileForm.SpellCheckControl

Description

This function checks the spelling for the controls of types 'TICDOMemo', 'TICDORichEdit' and 'TICDOWebBrowser'.

Syntax

object.SpellCheckControl aName

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface
aName In, Required
string
The name of the control

Example

Check the spelling for the controls of types 'TICDOMemo', 'TICDORichEdit' and 'TICDOWebBrowser'.

Dim aForm

Set aForm = Profile.Form
aForm.SpellCheckControl ("memNotes")  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0