RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandGroup.GetAdapterModeOfDisplay Method

Returns the adapter mode defined by the TAdapterPageProducer components.

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

This function returns the adapter mode defined by the TAdapterPageProducer components. 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!