Description
feature_wherey can be used to determine if the current platform supports the built-in function wherey.
Example
if supported(feature_wherex) then xpos := wherex;
if supported(feature_wherey) then ypos := wherey;
Portability
Operating Systems: All
Standard Pascal: No