Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_SetVideoModeRows Function
◄Summary► ◄Details► ◄Example► ◄Back►
Arguments
mode Video mode to be set
rows Number of rows available for text modes
Returns
Integer The number of rows actually set, which may differ from
the number requested. If an error occurs (for example, if
the mode is not supported), the function returns 0.
Description
The _SetVideoModeRows function selects a screen mode for a
particular hardware/display combination. See the _SetVideoMode
help entry for more detail about modes. See the _SetTextRows
entry for more details about text rows.
_GrStatus Returns
_GrError, _GrInvalidParameter, _GrModeNotSupported