Skip to main content

TcxPropertyEditor.GetEditLimit Method

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

Declaration

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