Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:37, 9 April 2025 Martini talk contribs created page WinQueryLboxItemTextLength (Created page with "This macro returns the length of the text of the indexed item in the List Box. ==Syntax== WinQueryLboxItemTextLength(hwndLbox, index) ==Parameters== ;hwndLbox (HWND) - Input : Listbox handle. ;index (SHORT) - Input : Index of the item in the List Box. ==Returns== ;sRetLen (SHORT) - returns :Text length of the indexed item. ==Remarks== This macro is defined as&colon. <Pre> #define WinQueryLboxItemTextLength(hwndLbox, index) \ ((SHORT)Win...")