Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

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

Re: Aktive Seite eines Tabcontrol ändern

  Alt 28. Feb 2004, 05: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
  Mit Zitat antworten Zitat