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: Single); overload; static;
Parameters |
Description |
const Value: Single |
the single-precision floating-point value to print. |
Copyright (c) 2012. All rights reserved.
|