RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplGetDisplayWidth Method

Returns the suggested display width for this adapter field.

Pascal
function ImplGetDisplayWidth: Integer; virtual;
C++
virtual __fastcall int ImplGetDisplayWidth();

This function is called by GetDisplayWidth to retrieve the suggested display width for this adapter field. ImplGetDisplayWidth returns –1 to indicate an undefined display width. Descendants may override this function. 

 

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