Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomBlobEditProperties.MemoMaxLength Property

Specifies the maximum number of characters which can be entered into a BLOB editor in memo mode.

#Declaration

Delphi
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