FMX.Import.TModelImporter.GetExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExt: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetExt() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TModelImporter

Description

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

See Also