FMX.Import.TModelImportServices.GetSupportedFileTypesCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetSupportedFileTypesCount: Integer;

C++

__classmethod int __fastcall GetSupportedFileTypesCount();

Properties

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

Description

Returns the number of file types that are supported.

GetSupportedFileTypesCount returns the number of supported file types, which coincides with the number of registered model importers.

See Also