SetWindowSize

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TSystemConsole class > Methods >

SetWindowSize

Previous pageReturn to chapter overviewNext page

Sets the height and width of the console window to the specified values.

 

width - The width of the console window measured in columns.

height - The height of the console window measured in rows

SetWindowSize                   PROCEDURE(LONG pWidth, LONG pHeight)