Table of Contents

Interface IConfigEditor

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Provides a desktop editor for a complex configuration property.

public interface IConfigEditor
Extension Methods

Methods

LoadValue(ConfigPropertyDef, string)

Loads a configuration value into the editor.

void LoadValue(ConfigPropertyDef Def, string Value)

Parameters

Def ConfigPropertyDef
Value string

SaveValue()

Returns the edited configuration value.

string SaveValue()

Returns

string