System.AnsiStrings.DupeString

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

Delphi

function DupeString(const AText: AnsiString; ACount: Integer): AnsiString;

C++

extern DELPHI_PACKAGE System::AnsiString __fastcall DupeString(const System::AnsiString AText, int ACount)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.AnsiStrings.pas
System.AnsiStrings.hpp
System.AnsiStrings System.AnsiStrings

説明

文字列のコピーを作成します。

DupeString は、指定された AnsiString のコピーを ACount 個返します。

関連項目