FMX.DAE.Model.TDAEModel.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(const AFileName: string); override;

C++

virtual void __fastcall LoadFromFile(const System::UnicodeString AFileName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TDAEModel

Description

Loads the model from the file specified by the AFile parameter.

FMX.DAE.Model.TDAEModel.LoadFromFile inherits from FMX.Import.TCustomModel.LoadFromFile. All content below this line refers to FMX.Import.TCustomModel.LoadFromFile.

Loads the model from the file specified by the AFile parameter.

Implement this method in your class to provide the functionality of loading the model from a file.

See Also