Vcl.Grids.TCustomGrid.ColAlignments
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 が使用されます。