Check to see if a DisplayID isn't available.
Source position: agraphics.pas line 2350
function ModeNotAvailable( |
modeID: LongWord |
):LongInt; |
modeID |
|
A 32 bit DisplayInfoRecord identifier. |
A general indication of why this modeID is not available, or nil if there is no reason why it shouldn't be available.
Rturns an error code, indicating why this modeID is not available, or 0 if there is no reason known why this mode should not be there.
|
Get the 32 bit DisplayID from a ViewPort. |