RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextAreaColumn.DisplayRows Property

Specifies the height of the generated control.

Pascal
property DisplayRows: Integer;
C++
__property int DisplayRows;

Use DisplayRows to indicate the desired height of the generated HTML control. DisplayRows specifies the number of lines of text that can be displayed in the control. This value is assigned to the ROWS option of the generated TEXTAREA tag. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!