TRVASpellString, TRVASpellStrings, TRVASpellStringList Types

<< Click to display table of contents >>

TRVASpellString, TRVASpellStrings, TRVASpellStringList Types

Unit RVASpellInterface.

If TNT Controls are not used, these strings are Unicode in Delphi 2009 and newer, and ANSI in older versions of Delphi:

type
  TRVASpellListString = String;
  TRVASpellStrings = TStrings;
  TRVASpellStringList = TStringList;

If TNT Controls are used, these strings are always Unicode:

type
  TRVASpellListString = WideString;
  TRVASpellStrings = TTntStrings;
  TRVASpellStringList = TTntStringList;