Vcl.Grids.TCustomGrid.ColAlignments

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

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


説明

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