FMX.Import.TGEBitmap.CreateFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor CreateFromFile(const AFileName: string); override;

Properties

Type Visibility Source Unit Parent
constructor public FMX.Import.pas FMX.Import TGEBitmap

Description

Constructs a TBitmap object from a file.

CreateFromFile constructs a TBitmap object by loading its image content from a file specified by the AFileName parameter.

See Also