mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 11:49:55 +02:00
registered TCustomControl and TGraphicControl
git-svn-id: trunk@8426 -
This commit is contained in:
parent
9269e2f551
commit
3e1a27f6dc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user