FMX.Types.ITabStopController.TabList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabList: ITabList read GetTabList;

C++

__property _di_ITabList TabList = {read=GetTabList};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types ITabStopController

Description

Specifies a tab stop list that keeps an ordered list of objects among which the user can tab.

Objects in a TabList tab stop list should support the IControl interface.

See Also