RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGotoPageAction.ImplIsDefaultAction Method

Indicates whether this adapter action should be added, by default, to the parent adapter.

Pascal
function ImplIsDefaultAction(ADisplay: TObject): Boolean; override;
C++
virtual __fastcall Boolean ImplIsDefaultAction(TObject * ADisplay);

ImplIsDefaultAction is called by IsDefaultAction. ImplIsDefaultAction returns true if the display characteristics identified by ADisplay indicate that the goto page commands are appropriate. 

 

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