System.Bindings.Outputs.TBindingOutput.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TObject read FOwner;

C++

__property System::TObject* Owner = {read=FOwner};

Properties

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

Description

Specifies the owner of the binding output.

The Owner property specifies the owner of the binding output. Usually the owner points to a binding expression.

See Also