SMART datagrid v.1 >  Classes >  TextCellEditor
DataLudi.TextCellEditor.maxLength  property
編集可能な最大のテキストの長さ。 
0以下に設定すれば制限なしに入力できる。 
デフォルト値は0.
- Getter
 - function maxLength(): Integer
 - Setter
 - function setMaxLength(value: Integer)
 
- See Also
 - readOnly
 
- Examples
 - Text Cell Editors