FMX.ListBox.TListBoxItem.ListBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ListBox: TCustomListBox;

C++

TCustomListBox* __fastcall ListBox();

Properties

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

Description

Returns the list box object that contains the item.

ListBox gets the list box parent of the item. If the parent of the item is not a TListBox, the method returns nil.

See Also