相关推荐
-
DzNoteEditor:用于TString的Delphi属性编辑器,支持带语法突出显示的格式化语言
DzNoteEditor 用于TString的Delphi属性编辑器,支持带语法突出显示的格式化语言 什么是新的 03/13/2021(版本1.6) 由于出现AV错误肯定警告,已从组件源中删除了CompInstall.exe(现在您可以直接从CompInstall存储库中获取它)。 02/01/2021(1.5版) 从环境列表中删除了Delphi XE2,因为该版本无法进行编译。 2020年12月18日(1.4版) 更新了组件安装程序应用程序(将Delphi安装在包含空格字符的路径中时,对rsvars.bat的固定调用)。 2020年10月31日(1.3版) 随附的Delphi 10.4自动安装支持。 2020年10月27日(1.2版) 修复了以前的Delphi版本(至少在XE2,XE3,XE4和XE5上)软件包标签。 这导致程序包编译错误。 修复了System.Ima
-
自定义控件最简单的例子
h文件 class PACKAGE timagelist1 : public TImageList { private: protected: public: __fastcall timagelist1(TComponent* Owner); __published: }; cpp文件 static inline void ValidCtrCheck(t
-
小程序Editor富文本编辑器-封装使用用法
微信小程序的editor的封装使用方法,需要直接引入就可以了。
-
Delphi 样例-属性编辑器
运行效果如下 窗体布局 object Form1: TForm1 Left = 0 Top = 0 Caption = #31034#20363'-'#23646#24615#32534#36753#22120 ClientHeight = 243 ClientWidth = 527 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -
-
常用的BCB & Delphi 函数
====================================================== 注:本文源代码点此下载 ====================================================== 翻译的不好,请见谅。 翻译:鲁小班 文件: actnlist createaction 函数 创建一个指定类型的action,显示在acti
-
Delphi 6.0中属性编辑器的解决方案
google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//<script type="text/javascript"
-
Delphi之cxGrid使用技巧十一
cxgrid 网格控件中内置lookupcombobox编辑器设置技巧 1.双击cxgriddbtableview1, 选中columns->cxgriddbtableview1cinvcode 2.设置属性 cxgriddbtableview1cinvcode.properties = lookupcombobox (下拉列表编辑器) cxgriddbtableview1cinvcode.properties.dropdownautosize = true (自动下拉列表尺寸大小) c