RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetIsAdapterActionList Method

Indicates whether this adapter action may have multiple commands.

Pascal
function GetIsAdapterActionList: Boolean;
C++
__fastcall Boolean GetIsAdapterActionList();

An adapter action may have a list of commands. The TAdapterGotoPageAction is an example of an adapter action with a list of commands. Each command goes to a different page in the parent TPagedAdapter. GetIsAdapterActionList calls ImplGetIsAdapterActionList

 

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