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;

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

 

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