RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterLastRowAction.RedirectOptions Property

Indicates whether to perform an HTTP redirect after successfully executing this action.

Pascal
property RedirectOptions: TAdapterActionRedirectOptions;
C++
__property TAdapterActionRedirectOptions RedirectOptions;

Set RedirectOptions to indicate that HTTP redirect should be performed after executing this adapter action. An HTTP redirect causes the browser to "forget" about the parameters passed when executing the adapter action. Without a redirect, the browser's Refresh or Reload command cause the last HTTP request to be resent, resulting in re-execution of the adapter action. 

 

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