FMX.Graphics.TPathData.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 TPathData

Description

Sets the virtual properties for reading and writing the path data stream.

DefineProperties overrides TPersistent.DefineProperties for reading and writing path data from or to a TStream object, respectively.

It creates a virtual property, Path, that can be treated as a property to read from or write data to the TPathData object.

It first calls the TPersistent.DefineProperties inherited method.

DefineProperties is for internal use.

See Also