RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterActionButton.PageName Property

Specifies the name of the page to display after successfully executing the action.

Pascal
property PageName: string;
C++
__property AnsiString PageName;

Use PageName to indicate the Web page that should appear if the WebSnap application successfully executes the adapter action in response to the user clicking the generated control. This is the name used to identify the Web page in server-side scripts, and appears as the pathinfo portion of the URL for that page if it is published. 

 

ErrorPageName 

pagename

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