FMX.ASE.Importer.TASEModelImporter.GetExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExt: string; override;

C++

virtual System::UnicodeString __fastcall GetExt();

Properties

Type Visibility Source Unit Parent
function public
FMX.ASE.Importer.pas
FMX.ASE.Importer.hpp
FMX.ASE.Importer TASEModelImporter

Description

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

FMX.ASE.Importer.TASEModelImporter.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