?? myclient.h
字號:
//---------------------------------------------------------------------------
#ifndef MyClientH
#define MyClientH
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
class MyClient : public TThread
{
private:
void __fastcall AddMessage(AnsiString Str);
protected:
void __fastcall Execute(void);
public:
__fastcall MyClient(bool CreateSuspended);
int __fastcall ReceiveStr(char * _Buf,int length);
};
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -