mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-04 17:59:33 +01:00
synedit: fixed function result TSynEditStringsLinked.EditReplace
git-svn-id: trunk@39847 -
This commit is contained in:
parent
abd47577bd
commit
13a1d0fb80
@ -1381,7 +1381,7 @@ end;
|
|||||||
function TSynEditStringsLinked.EditReplace(LogX, LogY, ByteLen: Integer;
|
function TSynEditStringsLinked.EditReplace(LogX, LogY, ByteLen: Integer;
|
||||||
AText: String): String;
|
AText: String): String;
|
||||||
begin
|
begin
|
||||||
fSynStrings.EditReplace(LogX, LogY, ByteLen, AText);
|
Result:=fSynStrings.EditReplace(LogX, LogY, ByteLen, AText);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSynEditStringsLinked.EditLineBreak(LogX, LogY: Integer);
|
procedure TSynEditStringsLinked.EditLineBreak(LogX, LogY: Integer);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user