System.IniFiles.TStringHash.Create

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

Delphi

constructor Create(Size: Cardinal = 256);

C++

__fastcall TStringHash(unsigned Size);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TStringHash

説明

TStringHash オブジェクトを作成します。

Create メソッドは、指定されたサイズの TStringHash オブジェクトを作成します。

関連項目