Skip to content

Does not update child TArrayRecod #4

@aesjunior2707

Description

@aesjunior2707

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions