RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTextArea.DisplayWidth Property

Specifies the horizontal size of the generated control.

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

Use DisplayWidth to indicate the desired width of the generated HTML control. DisplayWidth specifies the number of characters that can be displayed in one line of the control. This value is assigned to the COLS option of the generated TEXTAREA tag. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!