FMX.Types.IRoot.GetBiDiMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBiDiMode: TBiDiMode;

C++

virtual System::Classes::TBiDiMode __fastcall GetBiDiMode() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

Getter function for the BiDiMode property.

Implement GetBiDiMode to get the value of the BiDiMode property.

See Also