System.Bindings.Outputs.TBindingOutput.TOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOptions = set of TOption;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TBindingOutput

Description

Set of available options.

TOptions is a set of binding output-related available options.

See Also