System.Bindings.Outputs.TBindingOutput.TOption

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

Delphi

TOption = (opNotify);

C++

enum DECLSPEC_DENUM TOption : unsigned char { opNotify };

プロパティ

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

説明

利用可能なオプションの列挙型です。

TOption は、バインディング出力関係で利用可能なオプションの列挙型です。

関連項目