From 15e14d24a919ab098e1e772bc253df6d836a14b5 Mon Sep 17 00:00:00 2001 From: Matheus Barzon <54087042+matheusbarzon@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:54:25 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Inserido=20result=20na=20fun=C3=A7=C3=A3?= =?UTF-8?q?o=20SynchronizedEvents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/RESTRequest4D.Request.Client.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RESTRequest4D.Request.Client.pas b/src/RESTRequest4D.Request.Client.pas index 2280565..93d51a4 100644 --- a/src/RESTRequest4D.Request.Client.pas +++ b/src/RESTRequest4D.Request.Client.pas @@ -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;