lcl: add TFrame to the component palette if -dEnabledTFrame is passed

git-svn-id: trunk@15042 -
This commit is contained in:
paul 2008-05-04 09:19:54 +00:00
parent d1872f6495
commit d2d5ce2407

View File

@ -1364,6 +1364,9 @@ var
procedure Register;
begin
{$ifdef EnableTFrame}
RegisterComponents('Standard',[TFrame]);
{$endif}
RegisterComponents('Additional',[TScrollBox, TApplicationProperties]);
end;