API:FMX.DAE.Importer.TDAEModelImporter.GetDescription

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDescription: string; override;

C++

virtual System::UnicodeString __fastcall GetDescription();

プロパティ

種類 可視性 ソース ユニット
function public
FMX.DAE.Importer.pas
FMX.DAE.Importer.hpp
FMX.DAE.Importer TDAEModelImporter

説明

インポートされるファイルの型の説明を含む、文字列を返します。

FMX.DAE.Importer.TDAEModelImporter.GetDescription は FMX.Import.TModelImporter.GetDescription を継承しています。以下の内容はすべて FMX.Import.TModelImporter.GetDescription を参照しています。

インポートされるファイルの型の説明を含む、文字列を返します。

関連項目