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