RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.RaiseFieldChangedByAnotherUser Method

Raises an EAdapterFieldException with a message indicating that another user changed a field value.

Pascal
procedure RaiseFieldChangedByAnotherUser(const AFieldName: string);
C++
__fastcall RaiseFieldChangedByAnotherUser(const AnsiString AFieldName);

RaiseFieldChangedByAnotherUser raises an EAdapterFieldException for the situation where the values of this adapter's fields have changed and the WebSnap application expects them to be the same. 

AFieldName is the name of the field that has changed. It is used to generate an error message for the exception. 

 

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