Table of Contents

TIDEEngine.DlgSelectLanguage Method

Opens a dialog for the end-user to choose a script language and returns the selected language.

Remarks

This method opens a dialog for the user to choose a script language. AItemName is just the name of the item which the language will be chosen for, e.g. "Project", "Unit". Warning: if the user press Cancel, then an Abort exception is raised. The language selected by end-user in the dialog is returned by the function.

Syntax

Unit: IDEMain

function TIDEEngine.DlgSelectLanguage(AItemName: string): TScriptLanguage;

Parameters

<-> Parameter Type Description
AItemName string

See also