AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkScene.Print Method (String, array of const)

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: String; const Args: array of const); overload; static;
Parameters 
Description 
const Value: String 
the string to print with formatting placeholders (%s, %d etc.) 
const Args: array of const 
the arguments to pass for formatting. 
Copyright (c) 2012. All rights reserved.