Hello,
In the last trunk :
dockedanchorcontrol.pas(92,37) Verbose: Parameter "Sender" not used
dockedanchorcontrol.pas(280,28) Error: Illegal qualifier
dockedanchorcontrol.pas(746,0) Verbose: There were 1 errors compiling module, stopping
Verbose: Compilation aborted
Verbose: D:\fpwasm\fpc\bin\x86_64-win64\ppcx64.exe returned an error exitcode
In DockedAnchorControl :
procedure TAnchorControl.CreateCaption;
begin
if not FRootControl.Name.IsEmpty then <<--------------------
Caption := FRootControl.Name
else
Caption := FRootControl.ClassName;
end;