Vcl.Grids.TCustomGrid.ColAlignments

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid


Beschreibung

Mit der Eigenschaft ColAlignments können Sie die Textausrichtung für die in Index angegebene Spalte festlegen. Wenn nicht angegeben, dann wird TCustomGrid.DefaultColAlignment verwendet.