Skip to content

Commit

Permalink
Update June 22, 2023
Browse files Browse the repository at this point in the history
- Removed a variable that isn't been used (thanks to @matheusm)
- Added some more methods to direct access some variables (related to development)
- Organized the file to keep things as neat as possible
  • Loading branch information
rafael-figueiredo-alves committed Jun 23, 2023
1 parent 15508e2 commit 6b965a4
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 193 deletions.
2 changes: 1 addition & 1 deletion Demo/uDemo.pas
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ procedure TForm2.Button3Click(Sender: TObject);

procedure TForm2.Button4Click(Sender: TObject);
begin
//Exemplo de nova forma de obter alguns tipos de variáveis diretamente, sem precisatr do comando env
//Exemplo de nova forma de obter alguns tipos de variáveis diretamente, sem precisar do comando env
Memo1.Lines.Add('Porta: ' + DotEnv.Port.ToString);
end;

Expand Down
Loading

0 comments on commit 6b965a4

Please sign in to comment.