vault backup: 2025-03-04 14:15:45
This commit is contained in:
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@ -32,6 +32,6 @@
|
|||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 0.535979599622594,
|
"scale": 0.7514342322277586,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
支持文本搜索、搜索替换功能
|
支持文本搜索、搜索替换功能
|
||||||
|
|
||||||
使用的脚本为 `Delphi` 脚本,参考代码如下所示:
|
使用的脚本为 `Delphi` 脚本,参考代码如下所示,作用为 [多属性值拼接至另一属性中](999.Delphi脚本记录.md#多属性值拼接至另一属性中) :
|
||||||
|
|
||||||
```Delphi
|
```Delphi
|
||||||
uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs,
|
uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs,
|
||||||
@ -73,7 +73,6 @@ begin
|
|||||||
StringList.Free;
|
StringList.Free;
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 函数/变量区
|
### 函数/变量区
|
||||||
|
Reference in New Issue
Block a user