Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi VB to Delphi....exit sub (https://www.delphipraxis.net/11031-vbulletin-delphi-exit-sub.html)

agm65 30. Okt 2003 00:07


VB to Delphi....exit sub
 
hi leute,
wie beende ich mit delphi die aktuelle procedure (vb = exit sub)

thx cu agm65

himitsu 30. Okt 2003 00:16

Re: VB to Delphi....exit sub
 
Exit;

Delphi-Quellcode:
Procedure xxx;
  Begin
    ...
    Exit;
    ...
  End;

agm65 30. Okt 2003 00:33

Re: VB to Delphi....exit sub
 
thx alot !


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:06 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz