FMX.Import.TModelImportServices.UnregisterImporter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnregisterImporter(AMeshImporterIndex: Integer); virtual;

C++

__classmethod virtual void __fastcall UnregisterImporter(int AMeshImporterIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
published
FMX.Import.pas
FMX.Import.hpp
FMX.Import TModelImportServices

Description

Removes the importer at the specified index from the list of available importers.

UnregisterImporter deletes the importer at the index specified by AMeshImporterIndex from the list of registered importers.

See Also