RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterPageAction.GetNewPage Method

Indicates the page to display when this action is executed.

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

This is a placeholder. Descendant classes must override this method. true is returned if the action can move to a new page. The AValue parameter identifies the new page. GetNewPage is called by ImplExecuteActionRequest

 

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