Graeme Geldenhuys wrote: > I need to 'include' csLoading in the ComponentState in a descendant > TComponent class, but apparently it's not possible because > FComponentState is private and the ComponentState property is > Read-Only. Why not put FComponentState in protected area ? Micha