API:FMX.ListBox.TCustomComboBox.Items
Delphi
property Items: TStrings read GetItems write SetItems stored ItemsStored;
C++
__property System::Classes::TStrings* Items = {read=GetItems, write=SetItems, stored=ItemsStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomComboBox |
Description
Embarcadero Technologies does not currently have any additional information.