vault backup: 2025-07-10 10:40:55

This commit is contained in:
SeedList
2025-07-10 10:40:55 +08:00
parent b986fda03f
commit cb35deaa0a

View File

@ -622,7 +622,7 @@ end.
## 根据输入内容在数据库中查询,获取查询结果作为下拉列表以供选择
根据在 `fedtusr_sqlmj` 控件中输入的内容,
根据在 `fedtusr_sqlmj` 控件中输入的内容,在数据库中进行查询,并将查询结果去重后,列出头十条作为下拉选择,以供 `fedtusr_sqlmj` 控件选择
```delphi
uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs,
@ -645,4 +645,6 @@ begin
end;
end;
end.
```
```
前置要求