RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPagedAdapter Class

TCustomPagedAdapter is a base class for adapters that support paging.

Pascal
TCustomPagedAdapter = class(TDefaultFieldsPagedAdapter);
C++
class TCustomPagedAdapter : public TDefaultFieldsPagedAdapter;

WebAdapt

Derive from TCustomPagedAdapter to define a new adapter class that support paging. Paging is enabled when the PageSize property is set. 

 

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