摘要:
通过用 .NET 生成自定义窗体设计器来定制应用程序https://www.microsoft.com/china/MSDN/library/netFramework/netframework/CustomFormsDesigner.mspx?mfr=true本文讨论:•设计时环境基本原理•窗体设计...
阅读全文
posted @ 2015-09-06 16:32
lypzxy
阅读(355)
推荐(0)
摘要:
thread Thread c++builder XE8 / RAD 10 Settle TThread.Synchronize(nil, procedure begin Memo1.Lines.Add('Server has NOT resume download feature'); end);
阅读全文
posted @ 2015-09-06 16:25
lypzxy
阅读(2080)
推荐(0)
摘要:
delphi 蓝牙技术D:\Users\Public\Documents\Embarcadero\Studio\17.0\Samples\Object Pascal\Multi-Device Samples\Device Sensors and Services\Bluetooth\Classic ...
阅读全文
posted @ 2015-09-06 14:47
lypzxy
阅读(1327)
推荐(0)
摘要:
procedure ExtractRGB(const Color: Graphics.TColor; out Red, Green, Blue: Byte);var RGB: Windows.TColorRef; // RGB equivalent of given Colourbegin RG...
阅读全文
posted @ 2015-09-02 15:34
lypzxy
阅读(472)
推荐(0)
摘要:
升级到C++Builder RAD 10 Settle 一些错误解决方法,使用LLVM CLang编译器,BCC32Chttp://docwiki.embarcadero.com/RADStudio/Seattle/en/Stricter_C%2B%2B_Compilers_%28Clang-bas...
阅读全文
posted @ 2015-09-02 14:46
lypzxy
阅读(1356)
推荐(0)
摘要:
Seattle bcc32c compiler error[ilink32 Error] Error: Unresolved external '___seh_personality_v0' referenced from \DEBUG\PROJECT2.OBJ[ilink32 Error] Err...
阅读全文
posted @ 2015-09-02 14:26
lypzxy
阅读(574)
推荐(0)
摘要:
Win32终于支持类内变量初始化了,C++11用bcc32C编译器 llvm CLang。还支持Unicode 中文汉字 变量名。用经典的bcc32编译还是不支持! class TPerson { public: String Name = "tt"; ...
阅读全文
posted @ 2015-09-02 12:37
lypzxy
阅读(1718)
推荐(0)
摘要:
NativeInt ni = 100; //Wrong. Will issue an Error NativeInt ni = NativeInt(100); //Correct System::GetMemory(0x100); // Error System::GetMemory(Nati...
阅读全文
posted @ 2015-09-01 17:54
lypzxy
阅读(253)
推荐(0)
摘要:
Delphi:procedure SetKeystrokeDebugging(Debugging: Boolean);var Dialog: IOTAKeyboardDiagnosticsbegin if Supports(BorlandIDEServices, IOTAKeyboardDiag...
阅读全文
posted @ 2015-09-01 17:51
lypzxy
阅读(218)
推荐(0)
摘要:
RAD Studio 10 Seattle RAD XE10 Seattle RAD 10 Seattle c++builder 10 Seattle Delphi 10 Seattle http://docwiki.embarcadero.com/RADStudio/Seattle/en/Main
阅读全文
posted @ 2015-09-01 09:17
lypzxy
阅读(1767)
推荐(0)
摘要:
DSServerClass1DSServerClass1DestroyInstancevoid __fastcall TServerContainer1::DSServerClass1DestroyInstance(TDSDestroyInstanceEventObject *DSDestroyIn...
阅读全文
posted @ 2015-08-24 17:00
lypzxy
阅读(802)
推荐(0)
摘要:
SetSubComponentFClient.SetSubComponent(True);
阅读全文
posted @ 2015-08-21 22:49
lypzxy
阅读(209)
推荐(0)
摘要:
一、FDConnection 连接池 http://docs.embarcadero.com/products/rad_studio/firedac/frames.html?frmname=topic&frmfile=Defining_Connection.html http://docwiki.e
阅读全文
posted @ 2015-08-21 19:09
lypzxy
阅读(5361)
推荐(0)
摘要:
TDBXCommand *cmd;cmd= FDBXConnection->CreateCommand();cmd->CommandType=TDBXCommandTypes_DSServerMethod;FFindDataSetCommand->Text = "TServerMethods1.Fi...
阅读全文
posted @ 2015-08-20 10:53
lypzxy
阅读(919)
推荐(0)
摘要:
IdTCPServer1 Server本身就支持多线程,一个服务端连接多个客户端。 IdTCPServer1.Bindings.Add.IP := '127.0.0.1';IdTCPServer1.Bindings.Add.Port := 153;
阅读全文
posted @ 2015-08-19 23:38
lypzxy
阅读(831)
推荐(0)