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