Vcl.Grids.TInplaceEditList.DropDownRows

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DropDownRows: Integer read FDropDownRows write FDropDownRows;

C++

__property int DropDownRows = {read=FDropDownRows, write=FDropDownRows, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Beschreibung

Legt die maximale Anzahl der Zeilen fest, die in einer Auswahlliste angezeigt werden sollen.

Die DropDownRows-Eigenschaft legt die maximale Anzahl der Zeilen fest, die in der Auswahlliste auf einmal angezeigt werden sollen.

Siehe auch