TdxBarEditControl.MaxLength Property
In This Article
Specifies the maximum number of characters a user can enter into an edit control.
#Declaration
Delphi
property MaxLength: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
MaxLength corresponds to the MaxLength property of an underlying item.
See Also