REST.Client.TCustomRESTRequest.OnBeforeExecute
Delphi
property OnBeforeExecute: TCustomRESTRequestNotifyEvent read FOnBeforeExecute write FOnBeforeExecute;
C++
__property TCustomRESTRequestNotifyEvent OnBeforeExecute = {read=FOnBeforeExecute, write=FOnBeforeExecute};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTRequest |
Description
Occurs before starting the request (i.e., before starting the Execute method).