RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplGetDisplayLabel Method

Returns the suggested display label for this adapter field.

Pascal
function ImplGetDisplayLabel: string; virtual;
C++
virtual __fastcall AnsiString ImplGetDisplayLabel();

ImplGetDisplayLabel is called by GetDisplayLabel. ImplGetDisplayLabel returns the result of GetDefaultDisplayLabel. Descendants may override this function. 

 

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