Re: Control question
- Posted by DonCole Apr 20, 2012
- 1311 views
DerekParnell said...
DonCole said...
Hello,
If I type, ?EditText568, I get:
247
I suppose this is the handler.
Let's say all I have is 247, How do I get the EditText or control name?
Don Cole
Thank you Derek,
This tells me it's an EditText control.
What I want to know is which EditText control eg. EditText557, EditText558, EditText559 etc...
Don Cole
if getControlInfo(247, CONTROLINFO_type) = EditText then ...