code:
[ObjectId_1(31)] [ObjectId_1(32)] [ObjectId_2(41)] FObject: TCustomObject;
[Code]procedure TCustomObject.getCountAttrs( out count_1, count_2, total_count: Integer); var rttiContext : TRttiContext; r ...code:
TCustomObject = class public procedure getCountAttrs(out count_1, count_2, total_count: Integer); end;
соединение не устаналивается, Result = false Но если вместо имени хоста подставить ip-адрес, то всё работает? Можно ли как-то научить сокет понимать им ...code:
Result := false; with TTcpClient.Create(nil) do try RemoteHost := 'aa-bbb-cc'; RemotePort := '8080'; Result := Connect; Disconnect; finally Free; end;