Last active
May 26, 2016 21:43
-
-
Save JordiCorbilla/2ec3f6db92b93874ebc58f9d99e74fee to your computer and use it in GitHub Desktop.
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
/** | |
* @Author: Jordi Corbilla | |
* (c) Copyright by Jordi Corbilla. | |
**/ | |
CaptureConsoleOutput('java -version', '', | |
procedure(const Line: PAnsiChar) | |
begin | |
Memo1.Lines.Add(String(Line)); | |
end | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment