FMX.DAE.Model.TDAEVisualNode.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
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TDAEVisualNode

Description

Represents the parent node of a TDAEVisualNode object.

The Owner property represents the parent of a TDAEVisualNode object in the representation of a digital asset exchange (DAE) model.

See Also