Opened 15 years ago
Closed 14 years ago
#2004 closed Bug (Completed)
_GUICtrlEdit_Find() Documentation
| Reported by: | Spiff59 | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.7.21 | Component: | Documentation |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
The "Parameters" section of _GUICtrlEdit_Find() in the helpfile states the first parm to be:
$hWnd = Handle to the control
This is incorrect, the function works with either a Control-ID or a control handle.
The example program shows GUICtrlCreateEdit()returning a value into the variable named "$hEdit", which is technically incorrect, as GUICtrlCreateEdit() returns only a Control-ID.
Thank you.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 14 years ago
This has already been mentioned by me, and is found all over the UDFs: http://www.autoitscript.com/forum/topic/121148-report-help-file-issues-here/page__view__findpost__p__857343
comment:3 by , 14 years ago
| Milestone: | → 3.3.7.21 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Changed by revision [6349] in version: 3.3.7.21

It appears many of the _GUICtrlEdit... helpfile entries containe the same incorrect ctrlid/handle information. So this would be more work than I initially thought.