소스 검색

* Implemented Loading, as per Graeme Geldenhuys request

git-svn-id: trunk@10094 -
michael 17 년 전
부모
커밋
d87768dc0c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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);