TIWCGJQAjaxOptions.OnBeforeSend Property

A pre-request callback function that can be used to modify the jqXHR (in jQuery 1.4.x, XMLHTTPRequest) object before it is sent. Use this to set custom headers, etc. The jqXHR and settings maps are passed as arguments. This is an Ajax Event. Returning false in the beforeSend function will cancel the request. As of jQuery 1.5, the beforeSend option will be called regardless of the type of request.

Namespace: IWCGJQControl
published
 property OnBeforeSend: TIWCGJSonFunc index 02 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value