FMX.Import.TModelImportServices

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTModelImportServices

Delphi

TModelImportServices = class(TPersistent)

C++

class PASCALIMPLEMENTATION TModelImportServices : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

Description

Provides access to model importers.

TModelImportServices handles operations related to model importers such as:

  • Registering and unregistering a model importer.
  • Loading a model from file.
  • Obtaining the file type supported by a certain importer.

See Also