|
TCustomRichView.MaxLength |
Top Previous Next |
|
Allows to to limit a number of characters per line. property MaxLength: Integer; (introduced in version 10) Set this property to positive value to limit a number of characters per line. Non-text items are treated like one character. This property affects only word wrapping. This property is ignored if WordWrap = False. This property is ignored for paragraphs having rvpaoNoWrap in Options. Default value: 0 |