RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapter.OnGetRecordCount Event

Implement this event to identify the total number of records that can be iterated.

Pascal
property OnGetRecordCount: TGetRecordCountEvent;
C++
__property TGetRecordCountEvent OnGetRecordCount;

OnGetRecordCount is called to calculate the number of pages. 

 

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