RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextColumn.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 the control.

Note: DisplayWidth controls the size of the generated control, not the size of the text that users can enter. If the user enters a string longer than DisplayWidth characters, the text scrolls in the control.
 

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