System.StrUtils.AnsiLeftStr

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

Delphi

function AnsiLeftStr(const AText: string; const ACount: Integer): string;

C++

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

プロパティ

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

説明

文字列の最初に表示される指定された長さの部分文字列を返します。

AnsiLeftStr 関数は,AText の先頭から ACount で指定された文字数以内の文字数を返します。

関連項目