FMX.ListBox.TListBoxItem.ComboBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ComboBox: TCustomComboBox;

C++

TCustomComboBox* __fastcall ComboBox(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Description

Returns the combo box object that contains the item.

ComboBox gets the combo box parent of the item. If the parent of the item is not a TComboBox, the method returns nil.

See Also