Vcl.StdCtrls.TCustomEdit.SetAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAlignment(Value: TAlignment);

C++

void __fastcall SetAlignment(System::Classes::TAlignment Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

Description

Sets the Alignment property.

SetAlignment is exposed as a protected method so derived classes can customize their implementation of the Alignment property.

See Also