FMX.Graphics.TBitmap.DefineProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefineProperties(Filer: TFiler); override;

C++

virtual void __fastcall DefineProperties(System::Classes::TFiler* Filer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Sets the virtual properties for reading and writing bitmap data streams from and to a TStream object, respectively.

It creates a virtual property, PNG, that can be treated as a property to read or write data to the TBitmap object.

DefineProperties first calls the TPersistent.DefineProperties inherited method.

DefineProperties is for internal use.

See Also