Vcl.DBGrids.TColumnTitle.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 TColumnTitle

Description

Specifies how text is aligned within the column title.

Use Alignment to specify whether the column title is left-justified, right-justified, or centered.

See Also