CDK - function SetSettingType


function SetSettingType : Integer;

Declared in: svn\components\sharpcenter\uSharpCenterDllMethods.pas


Parameters

  • Result: Integer

The Result parameter should return the setting type


Description

This method is required, as it sets the configuration type, these constants are defined within the SharpApi? unit. For example, if you are creating a service type, you would return SU_SERVICE as the result parameter. After a config page is saved this this service type is broadcastes as wparam with the WM_SHARPEUPDATESETTINGS message


Examples

Result := SU_SERVICE: