FMX.Import.IModelImporter.GetExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExt: string;

C++

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

Properties

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

Description

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

See Also