RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsPagedAdapter.PageSize Property

Sets or gets the page size variable.

Pascal
property PageSize: Integer;
C++
__property int PageSize;

If the page size variable is set to a value greater than zero and no actions have been explicitly added to the adapter then the NextPage, PrevPage, and GotoPage are automatically added. If the page size 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!