ITabSheetBox.Source

Syntax

Source: ITabSheetSource;

Description

The Source property determines the data source for a component.

Example

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:

ITabSheetBox