RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionButton.ErrorPageName Property

Specifies the name of the page to display when an error occurs executing the action.

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

Use ErrorPageName to indicate the Web page that should appear if the WebSnap application encounters an error when executing 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. 

 

PageName 

pagename

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