TRVWidgetPageContainer.MainTabView

<< Click to display table of contents >>

TRVWidgetPageContainer.MainTabView

Specifies how sections are displayed on the component's main page.

type
  TRVWidgetMainTabView = (All, Switch);

 
property MainTabView: TRVWidgetMainTabView;

All: All sections are visible and displayed one below another.

Switch: Only one section is visible at a time. Sections are switched using the button in the upper-left corner.

Default value:

TRVWidgetMainTabView.All