Vcl.Grids.TCustomGrid.ColAlignments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColAlignments[Index: Longint]: TAlignment read GetColAlignments write SetColAlignments;

C++

__property System::Classes::TAlignment ColAlignments[int Index] = {read=GetColAlignments, write=SetColAlignments};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

ColAlignments property allows you to specify the text alignment for the column specified by Index. If not specified, then TCustomGrid.DefaultColAlignment will be used.