RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.OnIterateRecords Event

Occurs when the adapter needs to iterate over its data records.

Pascal
property OnIterateRecords: TIterateRecordsEvent;
C++
__property TIterateRecordsEvent OnIterateRecords;

Implement this event when the adapter supports multiple data records. This event handler is called when server-side script iterates over the records in adapter, such as when generating an HTML table displaying all records. The event handler must update an iteration pointer or cursor that adapter fields are also aware of. Adapter fields must use this iteration pointer when called to retrieve their value. 

 

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