mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Use lua-wdx plugins in search
This commit is contained in:
parent
a8792c1837
commit
450772e08c
1 changed files with 2 additions and 2 deletions
|
|
@ -1136,13 +1136,13 @@ end;
|
|||
function TLuaWdx.CallContentGetValueV(FileName: String; FieldName: String;
|
||||
UnitName: String; flags: Integer): Variant;
|
||||
begin
|
||||
Result := Unassigned;
|
||||
Result := CallContentGetValue(FileName, FieldName, UnitName, flags);
|
||||
end;
|
||||
|
||||
function TLuaWdx.CallContentGetValueV(FileName: String; FieldIndex,
|
||||
UnitIndex: Integer; flags: Integer): Variant;
|
||||
begin
|
||||
Result := Unassigned;
|
||||
Result := CallContentGetValue(FileName, FieldIndex, UnitIndex, flags);
|
||||
end;
|
||||
|
||||
function TLuaWdx.CallContentGetValue(FileName: String; FieldName: String; UnitName: String; flags: Integer): String;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue