Vcl.StdCtrls.TCustomEdit.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 TCustomEdit

Description

Indicates how text is aligned within the control returning a TAlignment enumerator.

See Also