FMX.Types.TPosition.WritePoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WritePoint(Writer: TWriter);

C++

void __fastcall WritePoint(System::Classes::TWriter* Writer);

Properties

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

Description

Writes the properties of the current Point into the given TWriter object.

WritePoint transforms the properties of Point into a string and writes the result in the TWriter given as a parameter.

See Also