* Implemented Loading, as per Graeme Geldenhuys request

git-svn-id: trunk@10094 -
This commit is contained in:
michael 2008-01-29 12:31:24 +00:00
parent d28e21c4ac
commit d87768dc0c

View File

@ -233,6 +233,12 @@ begin
Exclude(FComponentState,csLoading);
end;
Procedure TComponent.Loading;
begin
Include(FComponentState,csLoading);
end;
Procedure TComponent.Notification(AComponent: TComponent;
Operation: TOperation);