mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
+ PaletteCreated added
+ TCollectionNotification added
This commit is contained in:
parent
af18e7359f
commit
fa2b38e520
@ -243,6 +243,11 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
procedure TComponent.PaletteCreated;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
Procedure TComponent.ReadState(Reader: TReader);
|
Procedure TComponent.ReadState(Reader: TReader);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
@ -578,7 +583,11 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2005-01-31 19:41:39 peter
|
Revision 1.7 2005-02-02 19:56:11 florian
|
||||||
|
+ PaletteCreated added
|
||||||
|
+ TCollectionNotification added
|
||||||
|
|
||||||
|
Revision 1.6 2005/01/31 19:41:39 peter
|
||||||
* interface additions
|
* interface additions
|
||||||
|
|
||||||
Revision 1.5 2004/09/22 19:57:45 michael
|
Revision 1.5 2004/09/22 19:57:45 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user