Vcl.ComCtrls.TStatusPanel.UseRightToLeftAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UseRightToLeftAlignment: Boolean;

C++

bool __fastcall UseRightToLeftAlignment();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusPanel

Description

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

Call UseRightToLeftAlignment to determine whether the control's alignment is in a right-to-left mode. This information can be used when painting the control, or when responding to mouse events.