This function checks the spelling for the controls of types 'TICDOMemo', 'TICDORichEdit' and 'TICDOWebBrowser'.
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 |
Check the spelling for the controls of types 'TICDOMemo', 'TICDORichEdit' and 'TICDOWebBrowser'.
Dim aForm
Set aForm = Profile.Form
aForm.SpellCheckControl ("memNotes")