RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.OnClick Event

Occurs when a tab of a tabbed notebook is selected.

Pascal
property OnClick: TNotifyEvent;
C++
__property TNotifyEvent OnClick;

Write an OnClick event handler to respond when the user selects a tab in the tabbed notebook. Immediately after the OnClick event occurs, the OnChange event occurs. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!