AdvRegistry Component (GetAll Method)

Back
Branch Required. The name of the registry branch containing the keys or values you want to access
Type Optional. The type of data you want to access:

  • String -- Return string values (default).
  • DWORD -- Return DWORD values.
  • Key -- Return keys.
  • Any -- Return keys and values
Sort Optional.Optional. Sorts query column data (case-insensitive). Sorts on Entry, Type, and Value columns as text. ASC (ascending) or DESC (descending) can be specified as qualifiers for column names. Entry Ascending is the default.