System.Win.Registry.TRegistry.GetDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataType(const ValueName: string): TRegDataType;

C++

TRegDataType __fastcall GetDataType(const System::UnicodeString ValueName);

Properties

Type Visibility Source Unit Parent
function public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

Description

Returns the enumerated data type of a specified data value associated with the current key.

Call GetDataType to determine the data type of a data value associated with the current key. ValueName is a string containing the name of the data value to query.

GetDataType returns a TRegDataType value that indicates the type of value associated with the current key.

See Also