RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNextPageAction.GetNewPage Method

Indicates the page to display when this action is executed.

Pascal
function GetNewPage(var AValue: Integer): Boolean; override;
C++
virtual __fastcall Boolean GetNewPage(int AValue);

GetNewPage determines whether the current page can be incremented. If so, the AValue parameter is modified and true is returned. Otherwise, false is returned. 

 

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