FMX.Types.ITabStopController
Delphi
ITabStopController = interface
C++
__interface INTERFACE_UUID("{E7D2E0C5-EA3B-40BD-B728-5E4BB264EFC1}") ITabStopController : 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 an object that keeps a list 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.