You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everything is fine ? I have a problem updating a TArrayRecord child of a Parent TArrayRecod when I add it is not incrementing my Array
for I := 0 to Empresas.Count -1 do
begin
if Empresas.ItemAt[I].idEmpresa = BodyMessage then
begin
ConnectionEmpresa.idEmpresa := BodyMessage;
ConnectionEmpresa.idConnection := Connection.Guid;
Empresas.ItemAt[I].Connections.Add(ConnectionEmpresa);
end;
end;
The text was updated successfully, but these errors were encountered:
Hello everything is fine ? I have a problem updating a TArrayRecord child of a Parent TArrayRecod when I add it is not incrementing my Array
The text was updated successfully, but these errors were encountered: