TextFieldConstructor

Cambiar al Manual
public TextField ();
public TextField (int maxLength, bool multiline, bool isPasswordField, char maskChar);

Parámetros

maxLengthThe maximum number of characters this textfield can hold. If 0, there is no limit.
multilineSet this to true to allow multiple lines in the textfield and false if otherwise.
isPasswordFieldSet this to true to mask the characters and false if otherwise.
maskCharThe character used for masking in a password field.

Descripción

Creates a new textfield.