System.Bindings.Manager.TBindingManager.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TBindingManager read FOwner;

C++

__property TBindingManager* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Manager.pas
System.Bindings.Manager.hpp
System.Bindings.Manager TBindingManager

Description

The manager that owns this binding manager.

The Owner property specifies the manager that owns this binding manager.

Tip: Only the application-wide binding manager cannot be owned. The Owner property is nil for the application-wide binding manager.

See Also