摘要: #include <System.Ioutils.hpp> http://docwiki.embarcadero.com/RADStudio/Berlin/en/Disk_And_Directory_Support_Routines 获得文件清单,文件列表,递归子目录 阅读全文
posted @ 2015-03-16 21:07 lypzxy 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Integer i;TBytes ByteArray; void __fastcall WriteBytes(TBytes BArray, TEdit* Edit){ for (i=0;iText = Edit->Text + IntToStr(BArray[i]) + " "; }} void... 阅读全文
posted @ 2015-03-16 21:00 lypzxy 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://docwiki.embarcadero.com/CodeExamples/XE7/en/CharacterTypes_%28C%2B%2B%29 C++builder的Format Format("%d %s ", ARRAYOFCONST((123,"aaa")) 阅读全文
posted @ 2015-03-16 20:59 lypzxy 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://docwiki.embarcadero.com/CodeExamples/XE7/en/GridLineWidth_%28C%2B%2B%29void __fastcall TForm1::Button1Click(TObject *Sender){ if (DrawGrid1->D... 阅读全文
posted @ 2015-03-16 20:42 lypzxy 阅读(488) 评论(0) 推荐(0) 编辑