Modify ↓
Opened 11 years ago
Closed 8 years ago
#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)
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.