RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.GetDisplayWidth Method

Returns the suggested display width for this adapter field.

Pascal
function GetDisplayWidth: Integer;
C++
__fastcall int GetDisplayWidth();

This function returns the width, in characters, that is suggested when generating an HTML field to display the value of this adapter field. The value returned by this function can be accessed with server-side script using the DisplayWidth property. GetDisplayWidth calls ImplGetDisplayWidth

 

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