Skip to main content

TdxTokenEditProperties.MaxLineCount Property

Specifies the maximum number of simultaneously visible lines of token boxes in a token editor if the autosize mode is disabled.

Declaration

property MaxLineCount: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use this property to limit the number of simultaneously visible lines of token boxes if the editor’s height is determined automatically (that is, the AutoSize property is set to True). If the total number of token box lines exceeds the positive MaxLineCount property value, a user can rotate the mouse wheel or click the editor’s spin buttons to scroll the content.

The MaxLineCount property imposes no size limitations if it is set to 0.

The default MaxLineCount property value is 0.

See Also