FMX.DAE.Importer.TDAEModelImporter.GetDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDescription: string; override;

C++

virtual System::UnicodeString __fastcall GetDescription();

Properties

Type Visibility Source Unit Parent
function public
FMX.DAE.Importer.pas
FMX.DAE.Importer.hpp
FMX.DAE.Importer TDAEModelImporter

Description

Returns a string that contains the description of the type of files that are to be imported.

FMX.DAE.Importer.TDAEModelImporter.GetDescription inherits from FMX.Import.TModelImporter.GetDescription. All content below this line refers to FMX.Import.TModelImporter.GetDescription.

Returns a string that contains the description of the type of files that are to be imported.

See Also