TIDEEngine.TabControl Property
Gets or sets the tab control component used to display the list of visible files in the IDE.
Remarks
Contains a reference to the tab control component that will be used to show the visible files the IDE. The engine will automatically updates the tabs of the control accordingly to the visible files, and synchronizes the current active file in the IDE with the current selected tab. The valid controls for this property are TTabControl and TAdvOfficeTabSet. You only need to set this property if you are building your own custom IDE. If you are using TIDEDialog component to display the predefined IDE, this property will be set automatically. Assign the component to this property is the same as associating the Engine property of component to this TIDEEngine.
Syntax
Unit: IDEMain
property TIDEEngine.TabControl: TControl