Vcl.StdCtrls.TCustomButton.UseRightToLeftAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftAlignment: Boolean; override;

C++

DYNAMIC bool __fastcall UseRightToLeftAlignment();

Properties

Type Visibility Source Unit Parent
function public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Description

Specifies whether the control's alignment is in a right-to-left mode.

For this class, UseRightToLeftAlignment always returns false. This is because the alignment of a button should never be reversed automatically when running in Middle Eastern locales.

See Also