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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!