Vcl.Grids.TCustomGrid.DefaultColAlignment

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

Delphi

property DefaultColAlignment: TAlignment read FDefaultColAlignment write SetDefaultColAlignment default taLeftJustify;

C++

__property System::Classes::TAlignment DefaultColAlignment = {read=FDefaultColAlignment, write=SetDefaultColAlignment, default=0};

プロパティ

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


説明

DefaultColAlignment は、TCustomGrid.ColAlignments を使用して位置揃えが明示的に指定されない場合に適用される、すべての列に対するデフォルトのテキスト位置揃えです。