Console Class Reference

class Console
Public Member Functions
IMPORT_C CConsoleBase *NewL(const TDesC &, TSize)

Member Functions Documentation

NewL(const TDesC &, TSize)

IMPORT_C CConsoleBase *NewL(const TDesC &aTitle,
TSizeaSize
)[static]

Creates a new console object.

CConsoleBase::Create()

Parameters

const TDesC & aTitleThe title text for the console. This should not be longer than 256 characters.
TSize aSizeThe size of the console window.