RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.SetMode Method

Sets the value of the Mode property.

Pascal
procedure SetMode(const Value: TDataSetAdapterMode); virtual;
C++
virtual __fastcall SetMode(const TDataSetAdapterMode Value);

SetMode is the protected write implementation of the Mode property. As a side-effect, SetMode sets the InDefaultMode and DataSetPrepared properties to false. 

 

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