FMX.Edit.Style.TStyledEdit.ContentRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ContentRect: TRectF;

C++

System::Types::TRectF __fastcall ContentRect();

Properties

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

Description

Returns the rectangle that delimits the content of this edit control.

The ContentRect method returns a TRectF representing the rectangle that delimits the contents of this edit control.

See Also