FMX.Import.TModelImportServices.GetFileDescription

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

Delphi

class function GetFileDescription(const index: Integer): string;

C++

__classmethod System::UnicodeString __fastcall GetFileDescription(const int index);

プロパティ

種類 可視性 ソース ユニット
function published
FMX.Import.pas
FMX.Import.hpp
FMX.Import TModelImportServices

説明

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

モデル インポータはインデックスを持っており、それは登録インポータのリスト内の index で指定されます。

関連項目