RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldTextArea.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!