RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.UpdateRecordsUpdateValues Method

Updates adapter fields with values passed in the HTTP request.

Pascal
procedure UpdateRecordsUpdateValues(AActionRequest: IActionRequest; AAdapterFields: TObjectList); virtual;
C++
virtual __fastcall UpdateRecordsUpdateValues(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. UpdateRecordsUpdateValues iterates all the records in the HTTP request, calling UpdateFieldUpdateValues for each record. 

 

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