Modify ↓
Opened 10 years ago
Closed 7 years ago
#2929 closed Feature Request (Rejected)
Check if a method exists using IsFunc()
Reported by: | Synix <cross.fire@…> | 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 Changed 7 years ago by mLipok
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.