API:System.Bindings.Outputs.TConvertPair

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

Delphi

TConvertPair = record

C++

struct DECLSPEC_DRECORD TConvertPair
{
public:
    System::Typinfo::PTypeInfo FromType;
    System::Typinfo::PTypeInfo ToType;
    __fastcall TConvertPair(System::Typinfo::PTypeInfo AFrom, System::Typinfo::PTypeInfo ATo);
    TConvertPair() {}
};

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。