Modify ↓
Opened on Nov 2, 2014 at 9:27:54 AM
#2929 closed Feature Request (Rejected)
Check if a method exists using IsFunc()
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
I don't know if its already too much of a "things we won't do" but here's my suggestion:
It would be nice if IsFunc could validate object methods, so we can know if a method (function) exists.
Syntax: IsFunc($oObject.MethodName)
Attachments (0)
Change History (1)
comment:1 by , on Feb 16, 2018 at 10:13:23 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

You should check it by COM Error Handler
Look for ObjEvent() function, or ask on the forum.