mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 18:56:12 +02:00
LCL: comment
git-svn-id: trunk@42085 -
This commit is contained in:
parent
5c16922af0
commit
5f1bb4c689
@ -5718,6 +5718,8 @@ begin
|
||||
Result := False;
|
||||
for I := 0 to ControlCount - 1 do
|
||||
begin
|
||||
// for Delphi compatibility send it to all controls,
|
||||
// even those that can not focus or are disabled
|
||||
Result := Controls[I].DialogChar(Message);
|
||||
if Result then Exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user