ImageEn, unit iexRegistryFunctions

TImageEnMViewHelper

TImageEnMViewHelper

Declaration

TImageEnMViewHelper = class helper for TImageEnMView

Description

Provides helper functions for TImageEnMView to load and save component settings to the registry or an INI file.

Example

uses
  iexRegistryFunctions;
...
ImageEnMView1.SaveProperties( 'Software\MyCompany\MySoftware', 'MView' );

See Also

LoadProperties
SaveProperties