vault backup: 2025-03-04 14:15:45

This commit is contained in:
SeedList
2025-03-04 14:15:45 +08:00
parent 1839f8f740
commit d4ab0168e1
2 changed files with 2 additions and 3 deletions

View File

@ -41,7 +41,7 @@
支持文本搜索、搜索替换功能
使用的脚本为 `Delphi` 脚本,参考代码如下所示:
使用的脚本为 `Delphi` 脚本,参考代码如下所示,作用为 [多属性值拼接至另一属性中](999.Delphi脚本记录.md#多属性值拼接至另一属性中)
```Delphi
uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs,
@ -73,7 +73,6 @@ begin
StringList.Free;
end;
end.
```
### 函数/变量区