Advertisement
econz

Delphi - $IFDEF DEBUG

Aug 30th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.13 KB | None | 0 0
  1.    {$IFDEF DEBUG}
  2.       // Código quando compila como debug
  3.    {$ELSE}
  4.       // Código quando compila como release
  5.    {$ENDIF}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement