FMX.Utils.StringToPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StringToPoint(S: string): TPointF;

C++

extern DELPHI_PACKAGE System::Types::TPointF __fastcall StringToPoint(System::UnicodeString S);

Properties

Type Visibility Source Unit Parent
function public
FMX.Utils.pas
FMX.Utils.hpp
FMX.Utils FMX.Utils

Description

Returns a TPointF based on the given AnsiString coordinates.

For example, if the coordinates specified through the S parameter are:

See Also