TcxCustomBlobEditProperties.MemoMaxLength Property
Specifies the maximum number of characters which can be entered into a BLOB editor in memo mode.
Declaration
property MemoMaxLength: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use the MemoMaxLength property to specify the maximum number of characters which can be entered into a BLOB editor in memo mode. The default value of this property specifies that there is no limit to the number of characters which can be stored.
The default value of the MemoMaxLength property is 0.
See Also