System.Bindings.Outputs.TBindingOutput.ValueConverter

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

Delphi

property ValueConverter: IValueRefConverter read FValueConverter write FValueConverter;

C++

__property _di_IValueRefConverter ValueConverter = {read=FValueConverter, write=FValueConverter};

プロパティ

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

説明

異なる入力/出力変換ルーチンを持っている、値コンバータ。

ValueConverter プロパティは、異なる入力/出力変換ルーチンを持っている、値コンバータを示します。

関連項目