registered TCustomControl and TGraphicControl

git-svn-id: trunk@8426 -
This commit is contained in:
mattias 2006-01-03 23:11:13 +00:00
parent 9269e2f551
commit 3e1a27f6dc

View File

@ -2179,6 +2179,7 @@ end;
procedure Register;
begin
RegisterComponents('Common Controls',[TImageList]);
RegisterNoIcon([TCustomControl,TGraphicControl]);
end;
function SendAppMessage(Msg: Cardinal; WParam: WParam; LParam: LParam): Longint;