RAD Studio VCL Reference
|
Occurs when the action fires and the target page control is on its last page.
property OnFinish: TNotifyEvent;
__property TNotifyEvent OnFinish;
Write an OnFinish event handler to respond when the user indicates that they are finished with the tabbed dialog by clicking a client control when the tabbed dialog is on its last page. OnFinish only occurs when the target control is on its last page and the Wrap property is false. When the target page control is on any other page, or when Wrap is true, TNextTab generates an BeforeTabChange event, changes the current page of the target control, and generates an AfterTabChange event.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|