Vcl.StdCtrls.TCustomCheckBox.GetControlsAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControlsAlignment: TAlignment; override;

C++

DYNAMIC System::Classes::TAlignment __fastcall GetControlsAlignment();

Properties

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

Description

Returns the alignment of the check box caption.

GetControlsAlignment indicates the alignment of the check box caption. Usually, the caption is right-justified, but if the UseRightToLeftAlignment method returns true and the check mark is on the left, then GetControlsAlignment indicates that the caption should be left-justified.

See Also