Vcl.ExtCtrls.TCustomPanel.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.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

Description

Returns the alignment of text in the panel.

GetControlsAlignment returns the value of the Alignment property.

See Also