FMX.Import.TGEMaterials.LoadImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadImages(const APath : string);

C++

void __fastcall LoadImages(const System::UnicodeString APath);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEMaterials

Description

Loads the images into the bitmaps of the materials.

LoadImages loads the images from the files specified by the FDiffuseMap fields into the FDiffuseBitmap fields, in the context of the local path specified by Path.

See Also