RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplIsDefaultAction Method

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

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

ImplIsDefaultAction is called by IsDefaultAction. ImplIsDefaultAction returns true. ImplIsDefaultAction may be overridden by a descendant class. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!