API:FMX.DAE.Importer.TDAEModelImporter.GetExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExt: string; override;

C++

virtual System::UnicodeString __fastcall GetExt(void);

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 extension of the type of files that are to be imported.

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

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

See Also