Before use TClientSocket is use the controls on the form,
Now want to write a DLL library, purely perform socket connection, data transceiver, don't display interface, how to do?
CodePudding user response:
O:=TClientSocket. Create (nil);
.
O.F ree;
CodePudding user response: