Vcl.DBGrids.TColumn.Alignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Alignment: TAlignment read GetAlignment write SetAlignment stored IsAlignmentStored;

C++

__property System::Classes::TAlignment Alignment = {read=GetAlignment, write=SetAlignment, stored=IsAlignmentStored, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Specifies how text is aligned within the column.

Use Alignment to specify whether values should be left-justified, right-justified, or centered in the column.

See Also