摘要:
选择文件夹,路径选择, 文件夹 资源管理器 推荐 SelectDirectory http://docwiki.embarcadero.com/Libraries/Seattle/en/Vcl.FileCtrl.TSelectDirFileDlgOpts Vcl.FileCtrl.hpp SHBro
阅读全文
posted @ 2015-07-13 21:01
lypzxy
阅读(3769)
推荐(0)
摘要:
字体void __fastcall TForm1::Button1Click(TObject *Sender){ LOGFONT lf; // Windows native font structure Canvas->Brush->Style = bsClear; // Set th...
阅读全文
posted @ 2015-07-13 20:58
lypzxy
阅读(178)
推荐(0)
摘要:
c++builder自定义控件http://docwiki.embarcadero.com/CodeExamples/XE8/en/RegisterComponents_%28C%2B%2B%29void __fastcall SetFocusControl(TWinControl* Value);...
阅读全文
posted @ 2015-07-13 20:55
lypzxy
阅读(596)
推荐(0)
摘要:
c++builder 画图 填充void __fastcall TForm2::Button1Click(TObject *Sender){ Canvas->Brush->Color = clBlue; Canvas->Brush->Style = bsDiagCross;//bsSol...
阅读全文
posted @ 2015-07-12 22:50
lypzxy
阅读(584)
推荐(0)
摘要:
TClass ClassRef; ListBox1->Clear(); ClassRef = Sender->ClassType(); while (ClassRef != NULL) { ListBox1->Items->Add(ClassRef->C...
阅读全文
posted @ 2015-07-12 22:37
lypzxy
阅读(570)
推荐(0)
摘要:
Portrait 纵向landscape 横向RM_reg.pas ;TRMPageSetupForm打印机设置RM_PageSetup.dfmTRMPageSetting定义在RM_Printer.pasTRMPrinterOrientation = (rmpoPortrait, rmpoLand...
阅读全文
posted @ 2015-07-10 11:14
lypzxy
阅读(942)
推荐(0)
posted @ 2015-07-09 10:53
lypzxy
阅读(200)
推荐(0)
摘要:
TFDScriptFDScript1.ExecuteAll
阅读全文
posted @ 2015-07-07 17:44
lypzxy
阅读(364)
推荐(0)
摘要:
D:\Users\Public\Documents\Embarcadero\Studio\16.0\Samples\Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDConnection\DLL_SharingFDConnection1.Cli...
阅读全文
posted @ 2015-07-07 16:44
lypzxy
阅读(793)
推荐(0)
摘要:
二、DataSnap连接池连接池http://docwiki.embarcadero.com/Libraries/XE8/en/Datasnap.DSSession.TDSSessionManagerhttp://docwiki.embarcadero.com/Libraries/XE8/en/Da...
阅读全文
posted @ 2015-07-07 16:14
lypzxy
阅读(1507)
推荐(0)
摘要:
[FireDAC][Phys][ODBC][Microsoft][ODBC SQL Server Driver]连接占线导致另一个 hstmt 同样的程序,在2台win10 正常,1台win10 报连接占线! SQL Native Client 安装客户端 原因2:存储过程返回有2个结果集,在获取第
阅读全文
posted @ 2015-07-06 13:01
lypzxy
阅读(2520)
推荐(0)
摘要:
XMLDocument; Xml.XMLIntf.hpp Xml.XMLDoc.hpp #include "Xml.Win.msxmldom.hpp" XMLDocument控件 Winapi.msxmlIntf.pas 读取节点值26.7.22,不要跟节点root,从子节点开始读取。 self.C
阅读全文
posted @ 2015-07-03 10:52
lypzxy
阅读(2351)
推荐(0)
摘要:
brcc32commandlinefor"Project1.vrc"c:\programfiles\embarcadero\radstudio\9.0\bin\cgrc.exe-c65001"Project1.vrc"-foProject1.res[BRCC32Error]"brcc32"exite...
阅读全文
posted @ 2015-07-02 18:01
lypzxy
阅读(3018)
推荐(0)
摘要:
System.TypInfo.pas System.TypInfo.hpp http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.TypInfo.GetEnumName http://docwiki.embarcadero.com/Code
阅读全文
posted @ 2015-06-26 10:59
lypzxy
阅读(766)
推荐(0)
摘要:
http://www.cnblogs.com/klaus/archive/2010/10/25/1860403.htmlhttp://ifso.iteye.com/blog/1703223
阅读全文
posted @ 2015-06-25 17:58
lypzxy
阅读(181)
推荐(0)