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