System.Tether.Manager.TTetheringAdapter.GetRandomString

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

Delphi

function GetRandomString(const Len: Integer = 10): string;

C++

System::UnicodeString __fastcall GetRandomString(const int Len = 0xa);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


説明

指定された文字数(デフォルトは 10 )のランダム文字列を返します。

返される文字列には、次の文字からの組み合わせが含まれています:

  • 数字(0-9)。
  • ASCII 文字 - 小文字(a-z)大文字(A-Z)の両方。
  • 次のシンボル: + - / * _

関連項目