FMX.DAE.Model.TDAEVisualNode.Children

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Children: TDAEVisualNodeDynArray read FChildren;

C++

__property TDAEVisualNodeDynArray Children = {read=FChildren};

Properties

Type Visibility Source Unit Parent
property public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TDAEVisualNode

Description

Represents the child nodes of a TDAEVisualNode object.

The Children property is a dynamic array of TDAEVisualNode objects. It represents the child nodes of a TDAEVisualNode object from the representation of a digital asset exchange (DAE) model.

See Also