最近從Delphi7——XE2——XE5——XE7,一路升級到Delphi XE10.2.2 To ...
最近從Delphi7——XE2——XE5——XE7,一路升級到Delphi XE10.2.2 To ...
http://www.cnblogs.com/Bonny.Wong/p/7440288.html DevExpress VCL套件是一套非常強大的界面控件,可惜關於Delphi開發方面的說明太少,有些控件使用起來一頭霧水,不知從何下手。本節詳細介紹在Delphi Xe10 Seattle中 ...
Delphi XE10 錯誤提示:security alert vmware 原因分析:Delphi 啟動頁帶來的網頁安全警報 解決方法: 在Delphi的快捷方式上加個參數 -np (不使用啟動頁) 示例: "D:\Program Files (x86 ...
Delphi Seatle can link Delphi project with Static library files(*.a): 1.at Delphi IDE, Add the "*.a" file Path to Library Path: a. Tools ...
DevExpress VCL套件是一套非常強大的界面控件,可惜關於Delphi開發方面的說明太少,有些控件使用起來一頭霧水,不知從何下手。本節詳細介紹在Delphi Xe10 Seattle中如何利用dxLayoutControl 控件來做界面布局。 1、 首先從工具箱面板中將 ...
設計一個選項卡。 大體圖樣: 1、創建一個multi_Device_Application;2、在form上放一個Rectangle1,設置align為top。設置fill屬性的kind ...
Delphi XE10支持MongoDB的數據庫,提供了個例子restaurants可批量導入數據。 本文對比Delphi例子與MongoDB自帶的mongoimport導入批量數據的性能。 步驟: 1.運行例子前需要先安裝MongoDB, MongoDB安裝及運行mongod.exe,安裝 ...