Object: IUiErAnalyzer;
The Object property determines the UiErAnalyzer component that will be used as a data source.
Executing the example requires a form, a button named Button1 on the form, the ErAnalyzerDimPanel named ErAnalyzerDimPanel1 and the TabSheetBox component named TabSheetBox1 that are used to manage express report data, and the UiErAnalyzer component named UiErAnalyzer1 that is a data source.
Sub Button1OnClick(Sender:Object; Args: IMouseEventArgs);
Begin
TabSheetBox1.Source := UiErAnalyzer1 As ITabSheetSource;
ErAnalyzerDimPanel1.Object := UiErAnalyzer1;
End Sub Button1OnClick;
After executing the example, clicking the button sets the UiErAnalyzer1 component as a data source for the TabSheetBox1 and ErAnalyzerDimPanel1 components.
See also: