System.Variants.TStringRef
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 で使用されます。