(CodeLib-Manager)
Registriert seit: 10. Jun 2002
4.648 Beiträge
Delphi XE Professional
|
Re: Aktive Seite eines Tabcontrol ändern
28. Feb 2004, 06:04
TabCtrl_SetCurFocus Macro
--------------------------------------------------------------------------------
Sets the focus to a specified tab in a tab control.
You can use this macro or send the TCM_SETCURFOCUS message explicitly.
Syntax
VOID TabCtrl_SetCurFocus(
HWND hwnd,
int iItem
);
Thomas
|