|
RAD Studio VCL Reference
|
Determines whether values passed in the HTTP request will change any adapter fields.
function UpdateRecordsGetAnyChanges(AActionRequest: IActionRequest; AAdapterFields: TObjectList): Boolean; virtual;
virtual __fastcall Boolean UpdateRecordsGetAnyChanges(IActionRequest AActionRequest, TObjectList AAdapterFields);
The HTTP request may contain values that are associated with multiple adapter records. For example, an HTML form that contains a grid with input fields on each row will generate an HTTP request to update multiple records. UpdateRecordsGetAnyChanges iterates all the records in the HTTP request, calling UpdateFieldsGetAnyChanges for each record.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|