|
@@ -597,6 +597,8 @@ begin
|
|
Flags := [];
|
|
Flags := [];
|
|
If Assigned(FAncestor) then
|
|
If Assigned(FAncestor) then
|
|
Flags:=[ffInherited];
|
|
Flags:=[ffInherited];
|
|
|
|
+ if csInline in Instance.ComponentState then
|
|
|
|
+ Flags:=Flags+[ffInline];
|
|
FDriver.BeginComponent(Instance,Flags, Dummy);
|
|
FDriver.BeginComponent(Instance,Flags, Dummy);
|
|
WriteProperties(Instance);
|
|
WriteProperties(Instance);
|
|
WriteListEnd;
|
|
WriteListEnd;
|