AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkScene.Print Method (Cardinal)

Prints the given value to the screen and adds a new line character so that the next Print command will be one line down.

Syntax
Pascal
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.