FMX.DAE.Model.TDAEVisualNode.Id

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Id: string read FId;

C++

__property System::UnicodeString Id = {read=FId};

Properties

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

Description

Represents the ID of a TDAEVisualNode object.

The Id property represents the unique identifier of a TDAEVisualNode object from the representation of a digital asset exchange (DAE) model.

See Also