System.Bindings.Outputs.TBindingOutput.TOptions

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

Delphi

TOptions = set of TOption;

C++

typedef System::Set<TOption, TOption::opNotify, TOption::opNotify> TOptions;

プロパティ

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

説明

利用可能なオプション群のセットです。

TOptions は、バインディング出力関係で利用可能なオプションのセットです。

関連項目