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: Cardinal); overload; static;
Parameters |
Description |
const Value: Cardinal |
the (unsigned) cardinal value to print. |
Copyright (c) 2012. All rights reserved.
|