FMX.ASE.Importer.TASEModelImporter.GetDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDescription: string; override;

C++

virtual System::UnicodeString __fastcall GetDescription(void);

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 description of the type of files that are to be imported.

FMX.ASE.Importer.TASEModelImporter.GetDescription inherits from FMX.Import.TModelImporter.GetDescription. All content below this line refers to FMX.Import.TModelImporter.GetDescription.

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

See Also