System.Hash.THash.GetRandomString

提供:RAD Studio API Documentation

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 です。

関連項目