Vcl.Grids.TCustomGrid.ColAlignments

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid


説明

ColAlignments プロパティにより、インデックスで指定された列の、テキストの位置揃えを指定することができます。指定されない場合、TCustomGrid.DefaultColAlignment が使用されます。