RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.SetPageSize Method

Updates the pagesize variable.

Pascal
procedure SetPageSize(const Value: Integer);
C++
__fastcall SetPageSize(const int Value);

If the pagesize variable is not zero and no actions have been explicitly added to the adapter then the NextPage, PrevPage, and GotoPage are automatically added. If the pagesize variable is changed back to zero then the these actions are removed. 

 

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