FMX.Edit.Style.TStyledEdit.GetCharX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCharX(a: Integer): Single;

C++

float __fastcall GetCharX(int a);

Properties

Type Visibility Source Unit Parent
function public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

Description

Returns the horizontal coordinate of the character at the given position.

GetCharX is used internally to obtain the rectangle covering the selected text.

See Also