Skip to content

Commit

Permalink
Merge pull request #184 from matheusbarzon/master
Browse files Browse the repository at this point in the history
fix: Inserido result na função SynchronizedEvents
  • Loading branch information
viniciussanchez authored Dec 22, 2023
2 parents b4bf716 + 15e14d2 commit f478cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RESTRequest4D.Request.Client.pas
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ function TRequestClient.OnAfterExecute(const AOnAfterExecute: TRR4DCallbackOnAft

function TRequestClient.SynchronizedEvents(const AValue: Boolean): IRequest;
begin
Result := Self;
FRESTClient.SynchronizedEvents := AValue;
FRESTRequest.SynchronizedEvents := AValue;
end;
Expand Down

0 comments on commit f478cd9

Please sign in to comment.