FMX.ASE.Model.TAseModel.LoadFromFile

From RAD Studio API Documentation

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.ASE.Model.pas
FMX.ASE.Model.hpp
FMX.ASE.Model TAseModel

Description

Loads the model from the file specified by the AFile parameter. {{#multireplace:FMX.ASE.Model.TAseModel.LoadFromFile|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Import.TCustomModel.LoadFromFile|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Import.TCustomModel.LoadFromFile|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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