Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

InputField.Validate

Switch to Manual
protected function Validate(text: string, pos: int, ch: char): char;

Parameters

textThe whole text string to validate.
posThe position at which the current character is being inserted.
chThe character that is being inserted.

Returns

char The character that should be inserted.

Description

Predefined validation functionality for different characterValidation types.