Сохраняет данные.
Язык Описание VBScript, JavaScript SubPut(aScope, anObjectID, aKey, aValue) Visual Basic Sub Put(ByVal aScope As TIngeoUserProfileScope, ByVal anObjectID As String, ByVal aKey As String, ByVal aValue As String) Delphi procedure Put(aScope: TIngeoUserProfileScope; const anObjectID: WideString; const aKey: WideString; const aValue: WideString); C, C++ HRESULT Put(TIngeoUserProfileScope aScope, BSTR anObjectID, BSTR aKey, BSTR aValue);
IIngeoUserProfile, TIngeoUserProfileScope