i want to send record with ICS (Internet Component Suite) from client to server i have a record
PIPCDataPhone = ^TIPCDataPhone;
TIPCDataPhone = record
cmd: string[15];
Mode: Integer;
end;
i want to sent that record to server using the protocol TCP
thanks