Unit MyD2Registry |
*****************************************************} { } { Delphi Visual Component Library } { } { Copyright (c) 1996 Borland International } { } {
Classes |
TRegIniFile -
TRegistry -
Functions |
Types |
TRegDataInfo
TRegDataType
TRegKeyInfo
Constants |
Variables |
Functions |
Types |
TRegDataInfo = record
RegData : TRegDataType;
DataSize : Integer;
end;
TRegDataType = (rdUnknown, rdString, rdExpandString, rdInteger, rdBinary);
TRegKeyInfo = record
NumSubKeys : Integer;
MaxSubKeyLen : Integer;
NumValues : Integer;
MaxValueLen : Integer;
MaxDataLen : Integer;
FileTime : TFileTime;
end;
Constants |
Variables |