FMX.Pickers.TCustomPicker

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCustomPicker

Delphi

TCustomPicker = class abstract

C++

class PASCALIMPLEMENTATION TCustomPicker : public System::TObject

Properties

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

Description

Base class for creating pickers.

TCustomPicker provides the following basic functionality:

  • Has a parent control that contains the current picker object.
  • Is able to be shown and hidden.
  • Only one picker can be displayed at any particular time.

See Also