FMX.Controls.TControl.FillTextFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FillTextFlags: TFillTextFlags; virtual;

C++

virtual Fmx::Graphics::TFillTextFlags __fastcall FillTextFlags();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Returns the filling direction of the control's text.

FillTextFlags is used by controls that provide the text area to get the filling direction of the text, depending on the reading direction of the control of the current Root, if it exists.

See Also