
![]() |
Actr_Control |
Controls the triggering of the plug-in. You can disable and enable local triggering of the plug-in. This allows you to change the contents of a field which is validated by triggering a script.
Syntax
Actr_Control ( switches ; password )

![]() |
TrText_ANDText |
Returns all lines that are both in text1 and text2.
Syntax
TrText_ANDText ( switches ; text1 ; text2 )

![]() |
TrText_CheckSpelling |
Returns the start position and length of the first word which is spelled incorrectly in the text.
Syntax
TrText_CheckSpelling ( switches ; text { ; languageID } )

![]() |
TrText_GetLine |
Returns the n-th line of the text. The end of a line is determined by the return character ¶. This function returns all characters including the return character.
Syntax
TrText_GetLine ( switches ; lineNumber ; theText )

![]() |
TrText_GetSpellingLanguages |
Returns a list of all supported spelling languages.
Syntax
TrText_GetSpellingLanguages ( switches )