Thema: Delphi Self welche Unit ?

Einzelnen Beitrag anzeigen

Benutzerbild von HomerGER
HomerGER

Registriert seit: 9. Jun 2003
390 Beiträge
 
Delphi 7 Professional
 
#9

Re: Self welche Unit ?

  Alt 10. Nov 2003, 01:03
Danke
Code:
if (ProgressBar_Form.Showing = False) then
begin
ProgressBar_Form := TProgressBar_Form.Create([color=red]ProgressBar_Form[/color]);
try
ProgressBar_Form.ShowModal;
finally
ProgressBar_Form.Free;
end;
end;
  Mit Zitat antworten Zitat