mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +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);
|
||||
end;
|
||||
|
||||
Procedure TComponent.Loading;
|
||||
|
||||
begin
|
||||
Include(FComponentState,csLoading);
|
||||
end;
|
||||
|
||||
|
||||
Procedure TComponent.Notification(AComponent: TComponent;
|
||||
Operation: TOperation);
|
||||
|
Loading…
Reference in New Issue
Block a user