Link to home
Start Free TrialLog in
Avatar of OryX
OryX

asked on

Delphi - Loop and Process Messages

If you make a delphi application and want the application to process messages while in a loop you type like this:
repeat
variable := 'mofasablablawhateverdontmindthisstoopidstring';

Application.ProcessMessages; // this here is the thang...
while variable = '';

Here's the question...

How do you make the same but in a component(derived from TComponent)?
ASKER CERTIFIED SOLUTION
Avatar of xyzzer
xyzzer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CleanupPing
CleanupPing

OryX:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.