You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 |
try
Form1.enabled := false;
//do what you want to do...
finally
Form1.enabled := true;
end;
|
|
|
Source code |
1 2 |
RichEdit1.SelStart := length(RichEdit1.lines.text); RichEdit1.SelLength := 0; |
Cool, jetzt hab ich sogar mal was dazu gelernt!|
|
Source code |
1 2 |
inc(counter,1); if((counter mod 10) = 0)then Application.ProcessMessages; |





-