TRVAControlPanel.Activate

<< Click to display table of contents >>

TRVAControlPanel.Activate

Makes this control panel the main control panel in the application.

procedure Activate;

This method is useful if you have more than one control panel in an application. The first created control panel becomes the main control panel automatically.

The main control panel is used for actions and components that do not have a link to the specific control panel.

The main control panel is returned in MainRVAControlPanel variable.

See also:

TrvCustomAction.ControlPanel

TRVStyleTemplateCombo/ListBox.ControlPanel