MOTOBIT.COM - ASP upload, IIS utility Item Default Property, read only of Values class

Default Property, read only | Member of  RegEdit.Values | Changes | Purchase | Download

Description

Returns a single Value object from the Values collection.

Syntax

Set vItem = Values.Item

Returns

Value - Represents one value from windows registry

Examples

Set specific value

  'Get RegEdit.Server object
  Set S = CreateObject("RegEdit.Server")
  
  'Get a key
  Set Key = S.GetKey("HKLM\SOFTWARE\MyFirstKey")

  'Set binary value - type exactly specified
  Key.Values("BinaryData").SetValue ChrB(65) & ChrB(0) & ChrB(66) & ChrB(0), vtBinary

Other links for Item

Properties of Values class

Count, Item

RegEdit.Values

Collection of value objects of one registry key.

RegEdit

Intuitive, easy to use COM interface to windows registry. Set of classes to read/enumerate/modify windows registry keys and values from ASP, VBS and T-SQL.

© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz