TextValidatorCommandEnum
TextValidatorCommandEnum enumeration constants are used to denote actions for the misspelt words.
typedef enum {
TVC_None,
TVC_Ignore,
TVC_IgnoreAll,
TVC_Replace,
TVC_ReplaceAll,
TVC_Add
} TextValidatorCommandEnum;
Elements
Used in
17.09.2024 15:14:41