Prints the given value to the screen but does not add a new line character to the end. The next Print or PrintC method will follow on directly from this one.
class procedure PrintC(const Value: Single); overload; static;
|
Parameters |
Description |
|
const Value: Single |
the single-precision floating-point value to print. |
|
Copyright (c) 2012. All rights reserved.
|