This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Delphi Compiler Versions | |
| Lista atualizada (2025): | |
| [Embarcadero DocWiki ‒ Compiler Versions](https://docwiki.embarcadero.com/RADStudio/Florence/en/Compiler_Versions) | |
| ## Condicionais de versão | |
| {$IFDEF VER80} ShowMessage('Delphi 1'); {$ENDIF} | |
| {$IFDEF VER90} ShowMessage('Delphi 2'); {$ENDIF} | |
| {$IFDEF VER100} ShowMessage('Delphi 3'); {$ENDIF} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * Portuguese/Brazil Translation by Weber Souza | |
| * 08 April 2007 | |
| * Updated by Allan Brazute Alves (EthraZa) | |
| * 06 September 2007 | |
| * Updated by Leonardo Lima | |
| * 05 March 2008 | |
| * Updated by Juliano Tarini (jtarini) | |
| * 22 April 2008 | |
| * Updated by Matheus G Bombonato (Nom4d3) |