RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterPageAction.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 the a previous or next page command is appropriate. 

 

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