TServer.HideSection Method

Hides a configuration section in the VirtualUI Server Manager GUI.

Pascal

procedure HideSection(section: ServerSection); safecall;

Parameters

Parameters

Description

section: ServerSection

The Server configuration section to hide to user. Use one of the following constants:

SRVSEC_GENERAL: Hides the General tab, that contains the Binding configuration.
SRVSEC_RDS: Hides the tab with the Remote Desktop Services account configuration.
SRVSEC_APPLICATIONS: Hides the list of applications.
SRVSEC_LICENSES: Hides the tab with License information.

Description

Group

TServer Methods