API:FMX.ListBox.TCustomListBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Layouts.TScrollBoxFMX.Layouts.TCustomScrollBoxFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomListBox

Delphi

TCustomListBox = class(TScrollBox, IItemsContainer, IInflatableContent<TListBoxItem>, ISearchResponder, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomListBox : public Fmx::Layouts::TScrollBox

Properties

Type Visibility Source Unit Parent
class public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox FMX.ListBox

Description

Extends TCustomScrollBox declaring published properties.

FMX.ListBox.TCustomListBox inherits from FMX.Layouts.TScrollBox. All content below this line refers to FMX.Layouts.TScrollBox.

Extends TCustomScrollBox declaring published properties.

TScrollBox extends TCustomScrollBox declaring published properties. TScrollBox does not extend the base class with any new functionality.

In difference to TFramedScrollBox, TScrollBox does not draw the edges (top, left, bottom, and right) and does not fill the control rectangle with any special color. Therefore, by default TScrollBox is not highlighted from the background of a parent control.

See Also

Code Examples