TextFieldConstructor

매뉴얼로 전환
public TextField ();
public TextField (int maxLength, bool multiline, bool isPasswordField, char maskChar);

파라미터

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.

설명

Creates a new textfield.