RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry.GetDataType Method

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

Pascal
function GetDataType(const ValueName: string): TRegDataType;
C++
__fastcall TRegDataType GetDataType(const AnsiString ValueName);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!