System.Bindings.Outputs.TBindingOutput.Destinations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Destinations: TDestinations read FOutputs;

C++

__property System::Generics::Collections::TDictionary__2<System::Bindings::Evalprotocol::_di_ILocation,System::Generics::Collections::TPair__2<System::TObject*,System::UnicodeString> >* Destinations = {read=FOutputs};

Properties

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

Description

Dictionary of output pairs consisting of objects and properties.

The Destinations property specifies a dictionary of output pairs consisting of objects and properties.

See Also