Platform |
Win32, x64 |
Purpose |
To change the limits of a %il (Integer Limit) control. |
Syntax |
SUBROUTINE SET_INTEGER_LIMITS@(HWND, MIN, MAX) |
Description |
Calling SET_INTEGER_LIMITS@ will change the current limits on the %il (Integer Limit) control which has the handle HWND. The handle can be found by using the %lc (Handle of Last Control) format. The new limits will be MAX and MIN. If MAX is equal to MIN then the control becomes read-only. If the current data is outside of the new limits then a "refresh" should be generated. For example, the callback function that calls this routine should return the value 1 rather than 2. |
Notes |
Added to FTN95 at version 7.10 |