System.Variants.TStringRef

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

Delphi

TStringRef = record

C++

struct DECLSPEC_DRECORD TStringRef
{
public:
    System::WideString Wide;
    System::AnsiString *Ansi;
    System::UnicodeString *Unicode;
    System::PWideString __fastcall FromAnsi(System::PAnsiString A);
    System::PWideString __fastcall FromUnicode(System::PUnicodeString U);
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants


説明

文字列型への参照を保有するレコード。

TStringRef は、TStringRefList で使用されます。

関連項目