FMX.Import.IModelImporter.GetDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDescription: string;

C++

virtual System::UnicodeString __fastcall GetDescription(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 description of the type of files that are to be imported.

See Also