System.SysUtils.TMarshaller.FixString

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

Delphi

function FixString(var Str: string): TPtrWrapper;

C++

System::TPtrWrapper __fastcall FixString(System::UnicodeString &Str);

プロパティ

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

説明

文字列の開始部分にあるデータを参照する、ラップ ポインタを返します。

FixString メソッドは、Flush が呼び出されるまで、または、レコードがスコープの外に出るまで、文字列が存在することを保証します。

関連項目