ImageEn, unit iexRegistryFunctions

TIEGlobalSettingsHelper

TIEGlobalSettingsHelper

Declaration

TIEGlobalSettingsHelper = class helper for TIEGlobalSettings

Description

Provides helper functions for TIEGlobalSettings to load and save IEVision properties.

Example

uses
  iexRegistryFunctions;
...
IEGlobalSettings().SaveSerialToRegistry( 'me@mycompany.com', 'ieviz-12345-12345' );
IEGlobalSettings().LoadSerialFromRegistry();

See Also

LoadSerialFromRegistry
SaveSerialToRegistry
RegisterPlugIns