Explorar el Código

* Implemented Loading, as per Graeme Geldenhuys request

git-svn-id: trunk@10094 -
michael hace 17 años
padre
commit
d87768dc0c
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      rtl/objpas/classes/compon.inc

+ 6 - 0
rtl/objpas/classes/compon.inc

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