RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGotoPageAction.ImplGetDisplayLabel Method

Returns the suggested display label for this adapter action.

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

ImplGetDisplayLabel returns the display label suggested for the goto page command that is identified by the iteration index. If the OnGetPageName event handler is not nil (Delphi) or NULL (C++), it is called. Otherwise, the ItemIndex property is converted to a string and returned. 

 

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