随笔分类 -  Delphi-经典资料

摘要:El programa MVP (Most Valuable Professional) de Embarcadero es una iniciativa (desde mi punto de vista muy acertada) de Embarcadero para «premiar» de 阅读全文
posted @ 2021-02-25 07:01 findumars 阅读(142) 评论(0) 推荐(0) 编辑
摘要:增强的数据库浏览器 BDP 数据提供者相应的数据库浏览器已经在几个地方作了增强。 现在可以简单的将数据从一个BDP数据提供者迁移到另外一个,这个功能能够允许你将一个数据表从一个BDP数据提供者复制另外一个上面. 这样会复制和重新建立复制目标数据表的元数据, 即使这个数据根本就是来之不同的数据源, 如 阅读全文
posted @ 2019-10-29 23:07 findumars 阅读(931) 评论(0) 推荐(1) 编辑
摘要:您想将C ++添加到Delphi应用程序中吗?或者将Delphi代码添加到C ++应用程序中?这是如何做。 您可能不知道的一件事是如何在RAD Studio中集成C ++和Delphi语言。您可以将单个项目中的单个应用程序编译为单个EXE,混合使用两种语言。(当然,你也可以使用DLL或包来实现。)如 阅读全文
posted @ 2018-11-09 05:03 findumars 阅读(974) 评论(0) 推荐(0) 编辑
摘要:RAD Studio,Delphi和C ++ Builder有3个不同的版本:Professional,Enterprise和Architect。直到最近,我们还出售了一些企业版功能作为专业版的插件,但最近已停止使用。与此同时,我们还为这些版本添加了其他功能。 这就是为什么我觉得花一点时间来回顾一下 阅读全文
posted @ 2018-10-28 04:39 findumars 阅读(1174) 评论(0) 推荐(0) 编辑
摘要:Developer beNative over on GitHub has a project called Concepts which is a massive collection of Delphi modular demos featuring over twenty different  阅读全文
posted @ 2017-12-24 05:09 findumars 阅读(489) 评论(0) 推荐(0) 编辑
摘要:In RAD Studio 10.2.2, we've made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi. Debugger L 阅读全文
posted @ 2017-12-24 05:06 findumars 阅读(271) 评论(0) 推荐(0) 编辑
摘要:1.SHIFT+鼠标左键先选中任一控件,按键后可选中窗体(选中控件后按Esc效果一样)2.Shift+F8 调试时弹出CPU窗口。3.Shift+F10 等于鼠标右键(Windows快捷键)。4.Shitf+箭头选择5.shift +F12 快速查找窗体并打开6.F7 (步进式调试同时追踪进入子过程 阅读全文
posted @ 2017-10-21 01:18 findumars 阅读(555) 评论(0) 推荐(0) 编辑
摘要:Delphi 10.2 非官方补丁合集http://blog.qdac.cc/?p=4485 FMXObject和TFORM的释放都变成异步了。虽然能保证是在主线程中释放,但是Windows部分的线程同步方法是依赖消息的,所以我在单元反初始化的时候释放一些对象,有时会触发异常。把Forms单元拷贝出 阅读全文
posted @ 2017-04-07 20:33 findumars 阅读(1809) 评论(0) 推荐(0) 编辑
摘要:大家好,好多朋友来信咨询Delphi和C++Builder的移动开发、DataSnap架构等问题,希望能有Demo代码学习。其实Delphi和C++Builder本身自带有很多示例代码,已经覆盖了大部分Delphi和C++Builder开发工具的特性和技术。对于开发各种特定的应用,还是需要去在特定方 阅读全文
posted @ 2017-03-29 20:45 findumars 阅读(506) 评论(0) 推荐(0) 编辑
摘要:The Dynamic Link Library (DLL) is stored separately from the target application and shared among different applications, compared to Static Library. T 阅读全文
posted @ 2017-02-06 21:13 findumars 阅读(903) 评论(0) 推荐(0) 编辑
摘要:总有些朋友问我,关于DEMO编译的一些问题,每次都回答大概都差不多,我想还是写篇说明书给大家,关于DEMO编译的步骤。 【环境设定】 1.将DIOCP3\source路径添加到Delphi的搜索路径,[tool->options->Environment Options->Delphi Option 阅读全文
posted @ 2016-11-14 07:21 findumars 阅读(629) 评论(0) 推荐(0) 编辑
摘要:这两天一直在琢磨自动化测试,自动化测试,其实与单元测试有一些相同之处,单元测试的目的也是可以一次写,多次运行,对于测试驱动及后期维护真是有非常多的好处,用自动化测试工具也是如何,主要目的是为了回归测试。单元测试的时候,我们要先准备数据,再测试,最后再进行数据清理,自动化测试也是如此,大家千万别觉得自 阅读全文
posted @ 2016-10-25 00:24 findumars 阅读(1582) 评论(0) 推荐(0) 编辑
摘要:用DELPHI的宏可以做一些非常简便的工作, 它是记录键盘的动作,如果我们将一些有规律的动作,用宏来进行操作,就可以达到事半功倍的效果,前提是编写的代码风格比较整洁. 宏是以Ctrl + Shift + R开始, 也以Ctrl + Shift + R结束, 以Ctrl + Shift + P来播放. 阅读全文
posted @ 2016-10-24 23:56 findumars 阅读(659) 评论(0) 推荐(0) 编辑
摘要:In this much belated episode I talk with Jason McMillen of Pascal Game Development. We discuss the surprisingly vast world of Pascal Game Development 阅读全文
posted @ 2016-10-13 18:16 findumars 阅读(311) 评论(0) 推荐(0) 编辑
摘要:Stefan van As of 1Password fame sent me a more exhaustive list of the libraries and tools used in 1Password. I thought I would share it with everyone. 阅读全文
posted @ 2016-10-13 17:49 findumars 阅读(185) 评论(0) 推荐(0) 编辑
摘要:delphi 的IDE快捷键与输入法切换键中突,以往的解决方法是下载一个ImeTool修改 windows 系统的快捷键 在 xp win7 都好使,但在win 10经常是修改完后,重启又失效了。 本方法采用 Open Tools API 编写是一个组件。安装方法: 菜单-->Component - 阅读全文
posted @ 2016-07-06 23:58 findumars 阅读(1225) 评论(0) 推荐(0) 编辑
摘要:Embarcadero closes down their spanish R&D office putting some 80 people on the street and diminishing the total Delphi R&D team.Former Chief Scientist 阅读全文
posted @ 2016-06-28 22:07 findumars 阅读(377) 评论(0) 推荐(0) 编辑
摘要:概述 不管在那个开发团队中每个人的编写风格往往是千差万别能力也有高低,如何让别人快速看懂自己的代码维护你的代码。尽量避免不必要的简单错误,为编写代码作一定的约束是必不可少的。如果你说我一个人不需要规范,其实不然。个人的代码风格能看出你的实际能力。犹如写文章一样杂乱有章,别人看都不愿意看,再精彩的故事 阅读全文
posted @ 2016-06-02 05:49 findumars 阅读(575) 评论(0) 推荐(0) 编辑
摘要:Awesome Delphi A curated list of awesome Delphi frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Note that only open 阅读全文
posted @ 2016-05-31 20:24 findumars 阅读(1155) 评论(0) 推荐(0) 编辑