mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 16:29:14 +02:00
* Implemented Loading, as per Graeme Geldenhuys request
git-svn-id: trunk@10094 -
This commit is contained in:
parent
d28e21c4ac
commit
d87768dc0c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user