mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* empty class grouping functions
This commit is contained in:
parent
90d88ec1a5
commit
8082a0c3a4
@ -69,7 +69,6 @@ end;
|
|||||||
|
|
||||||
|
|
||||||
procedure UnRegisterModuleClasses(Module: HMODULE);
|
procedure UnRegisterModuleClasses(Module: HMODULE);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -106,6 +105,32 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
procedure StartClassGroup(AClass: TPersistentClass);
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
procedure GroupDescendentsWith(AClass, AClassGroup: TPersistentClass);
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
function ActivateClassGroup(AClass: TPersistentClass): TPersistentClass;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
function ClassGroupOf(AClass: TPersistentClass): TPersistentClass;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
function ClassGroupOf(Instance: TPersistent): TPersistentClass;
|
||||||
|
begin
|
||||||
|
end;
|
||||||
|
|
||||||
|
|
||||||
{ Component registration routines }
|
{ Component registration routines }
|
||||||
|
|
||||||
type
|
type
|
||||||
@ -197,7 +222,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2003-10-06 21:01:06 peter
|
Revision 1.2 2005-02-02 19:39:59 florian
|
||||||
|
* empty class grouping functions
|
||||||
|
|
||||||
|
Revision 1.1 2003/10/06 21:01:06 peter
|
||||||
* moved classes unit to rtl
|
* moved classes unit to rtl
|
||||||
|
|
||||||
Revision 1.5 2003/04/19 14:29:25 michael
|
Revision 1.5 2003/04/19 14:29:25 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user