IBindingManager.CreateByUi

Fore Syntax

CreateByUi(UI: String): IBindingValue;

Fore.NET Syntax

CreateByUi(UI: String): Prognoz.Platform.Interop.Report.IBindingValue;

Parameters

UI. Value editor type.

Description

The CreateByUi method initializes value editor settings by editor type.

Comments

Various elements of controls can be used as value editors. To get settings of the editor, select one of the following values for the UI parameter:

Control element name Brief description
Settings for combobox to select logical value.
Settings for (checkbox) radio button.
Settings for combobox.
Settings for date editor.
Settings for time/date editor.
Settings for high-precision real values editor.
Settings for time editor.
Settings for dictionary drop-down list.
Settings for text editor.
Settings for real values editor.
Settings for identifier editor.
Settings for integer values editor.
Settings for masked string editor.
Settings for combo tree.

For further work with the editor settings, cast method execution result to the interface corresponding to the selected editor type.

Example

Display parameters for various controls and examples and features of their use can be seen on selecting a link for the control in the table above.

See also:

IBindingManager