Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomMemoProperties.VisibleLineCount Property

Specifies the height (in text lines) of a memo editor.

#Declaration

Delphi
property VisibleLineCount: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use the VisibleLineCount property to specify the height of a memo editor in text lines. When the VisibleLineCount property is set to a value greater than 0 the control’s height is adjusted so as to display exactly the specified number of text lines. The height of the editor cannot be modified in this case by setting the control’s Height property.

Setting the VisibleLineCount property to 0 indicates that the VisibleLineCount property’s value does not control the height of the memo editor, instead use the control’s Height to specify the height of the control in pixels.

The default value of the VisibleLineCount property is 0.

See Also