FMX.Types.ITabList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ITabList = interface

C++

__interface  INTERFACE_UUID("{80C67BA2-3064-4D90-A8E1-B00028CA670E}") ITabList  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Is the interface that defines methods managing properties of lists of tab stop objects.

A TabList tab stop list keeps an ordered list of objects among which the user can tab. Objects in a tab stop list should support the IControl interface.

See Also