FMX.Graphics.TPathData.ReadPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadPath(Stream: TStream);

C++

void __fastcall ReadPath(System::Classes::TStream* Stream);

Properties

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

Description

Reads TPathData from the virtual property Path (created by DefineProperties) when streaming from the TStream Stream.

See Also