RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.UpdateFieldsGetAnyChanges Method

Determines whether the values in the HTTP request change any adapter fields.

Pascal
function UpdateFieldsGetAnyChanges(AActionRequest: IActionRequest; AAdapterFields: TObjectList): Boolean; virtual;
C++
virtual __fastcall Boolean UpdateFieldsGetAnyChanges(IActionRequest AActionRequest, TObjectList AAdapterFields);

TAdapterUpdateField's CheckValueChange method loops through the adapter fields passed in the AAdapterFields parameter, calling the CheckValueChange function. UpdateFieldsGetAnyChanges will return true if any adapter field returns true when its CheckValueChange method is called. 

 

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