RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterMemoField.DisplayWidth Property

Suggests a display width, in characters, for this adapter field.

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

Set this property to indicate the width, in characters, that is suggested when generating an HTML field to display the value of this adapter field. Typically the adapter field is displayed using server-side script, either generated or custom written. The server-side script may be written to use this width or not. Server-side script uses the DisplayWidth property to access this value. 

 

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