API:System.Win.Registry.TRegKeyInfo

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TRegKeyInfo = record

C++

struct DECLSPEC_DRECORD TRegKeyInfo
{
public:
    int NumSubKeys;
    int MaxSubKeyLen;
    int NumValues;
    int MaxValueLen;
    int MaxDataLen;
    _FILETIME FileTime;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry System.Win.Registry

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。