Prints the given value to the screen and adds a new line character so that the next Print command will be one line down.
class procedure Print(const Value: Integer); overload; static;
Parameters |
Description |
const Value: Integer |
the (signed) integer value to print. |
Copyright (c) 2012. All rights reserved.
|