Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IdTCPClient のみが使用されます。(サーバーは Web チャットです。それは私のサーバーではありません)
例) Winsock.GetData -> IdTCPClient.??
ソケット プロパティを使用します。「読み取り」をはじめ、データを受け取るための関数がたくさんあります。
このような:
DataAsString := IDTCPClient1.IOHandler.ReadLn;