FMX.DAE.Model.TDAEController.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 TDAEController

Description

Determines the identifier of the stored mesh.

Id returns a string that contains the ID of the mesh stored by this controller.

See Also