FMX.TabControl.TTabControl.TFindKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFindKind = (Next, Back, First, Last, Current);

C++

enum class DECLSPEC_DENUM TFindKind : unsigned char { Next, Back, First, Last, Current };

Properties

Type Visibility Source Unit Parent
enum public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Represents the type of tab to find.

Name Description
Next Searches for the next visible tab.
Back Searches for the previous visible tab.
First Searches for the first visible tab.
Last Searches for the last visible tab.
Current Searches for the first visible tab starting from the current tab, including the current tab.

See Also