Source: ITabSheetSource;
The Source property determines the data source for a component.
Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
TabSheetBox1.Source := UiTabSheet1 As ITabSheetSource;
End Sub Button1OnClick;
Clicking the button for the TabSheetBox1 component sets UiTabSheet1 as data source.
See also: