FMX.Types.TPosition.ReadPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadPoint(Reader: TReader);

C++

void __fastcall ReadPoint(System::Classes::TReader* Reader);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Reads the coordinates of a point from the given Reader.

ReadPoint transforms the string data from the TReader given as a parameter into TPointF properties and assigns them to the Point property.

See Also