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

TcxPropertyEditor.GetEditLimit Method

Returns the maximum number of characters for the edited property value.

#Declaration

Delphi
function GetEditLimit: Integer; virtual;

#Returns

Type
Integer

#Remarks

Returns the maximum length of the property value for text input. The property value is represented as a string in the runtime object inspector. The maximum length of the edited property value is 255 characters. Descendants override this method based on the maximum length available for the type of the edited property.

See Also