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