功能更新

This commit is contained in:
sgwp 2025-02-10 11:23:54 +08:00
parent 30244b7dcd
commit 119a4fb984

View File

@ -520,6 +520,7 @@ end;
with tv1.DataController.DataSet do //
begin
if not client1.Locate('caption',tv1.Columns[i].Caption,[]) then Continue;
if tv1.Columns[i].DataBinding.Field.DataType<>ftString then Continue ;
mfieldName :=trim( client1.FieldByName('fieldName').AsString);
if locate( mfieldName, null, []) or locate( mfieldName, '', []) then
begin