Thema: Delphi ID anhand HANDLE

Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#2

Re: ID anhand HANDLE

  Alt 12. Apr 2005, 21:19
The GetDlgCtrlID function returns the identifier of the specified control.

Code:
int GetDlgCtrlID(

    HWND hwndCtl    // handle of control
   );
Thomas
  Mit Zitat antworten Zitat