Aditya Posted March 5, 2010 Posted March 5, 2010 Is there any method that when given a controlID will return saying whether the control exists or not? I am looking through the API for control methods I don't see any thing that is close to what I want. Is there some other way to achieve the same result?
xavierh Posted May 17, 2011 Posted May 17, 2011 You can use the command ControlGetHandle. If it exists, this will return the control handle (some non-zero numeric value), if it dies not, it will return a blank string and set @error to 1.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now