LCL: added comment for alClient

git-svn-id: trunk@13252 -
This commit is contained in:
mattias 2007-12-09 12:02:31 +00:00
parent e9a74b0e51
commit 92417fc324

View File

@ -2702,9 +2702,10 @@ var
begin
// For VCL compatibility alClient should *not* reduce the free space,
// so that several alClient controls can overlap. This can be used
// for example to simulate a Tabbed control.
// This produces more overhead than using Visible, but
// some Delphi programs use it nevertheless.
// for example to simulate a two page control and edit both pages
// at designtime with SendToBack.
// At runtime programs should use Visible instead of BringToFront to
// reduce overhead.
// See bug 10380.
end;
end;