System.SysUtils.TStringBuilder.FLength

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

Delphi

FLength: Integer;

C++

int FLength;

プロパティ

種類 可視性 ソース ユニット
field protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TStringBuilder

説明

FLength は作成された文字列の実際の長さです。

FLength フィールドは、作成中の文字列の実際の長さを格納するために内部的に使用されます。FData 配列の長さは、必ずしも FLength と一致しません。

Length プロパティは、このフィールドを使用して、TStringBuilder インスタンスに格納されている正確な文字数を報告します。

関連項目