FMX.Import.TModelImportServices.GetFileExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetFileExt(const index: integer): string;

C++

__classmethod System::UnicodeString __fastcall GetFileExt(const int index);

Properties

Type Visibility Source Unit Parent
function published
FMX.Import.pas
FMX.Import.hpp
FMX.Import TModelImportServices

Description

Returns a string that contains the extension of the types of files supported by the specified importer.

The model importer has the index specified by index in the list of registered importers.

See Also