FMX.Pickers.TCustomPicker

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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