System.Hash.THash.GetRandomString
Delphi
class function GetRandomString(const ALen: Integer = 10): string; static;
C++
static System::UnicodeString __fastcall GetRandomString(const int ALen = 0xa);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.Hash.pas System.Hash.hpp | System.Hash | THash | 
説明
ランダム文字列を作成して返します。
任意パラメータ ALen に、生成する文字列の長さを指定することができます。ALen のデフォルト値は 10 です。