System.Bindings.Outputs.TBindingOutput.TOption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TOption = (opNotify);

C++

enum DECLSPEC_DENUM TOption : unsigned char { opNotify };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Beschreibung

Aufzählung der verfügbaren Optionen.

TOption ist eine Aufzählung der verfügbaren ausgabebezogenen Bindungsoptionen.

Siehe auch