RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandGroup.GetAdapterModeOfAdapter Method

Returns the adapter mode defined by the adapter component.

Pascal
function GetAdapterModeOfAdapter: string;
C++
__fastcall AnsiString GetAdapterModeOfAdapter();

The GetAdapterModeOfAdapter function returns the adapter mode defined by the adapter component. Some adapters support a mode. For example, the TDataSetAdapter supports Edit, Insert, and Delete modes. The mode can be set by TAdapterPageProducer components or during adapter action execution. The mode defined by adapter action takes precedence over the mode defined by TAdapterPageProducer components. 

 

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