API:FMX.Pickers.TCustomListPicker

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Pickers.TCustomPickerSystem.TObjectTCustomListPicker

Delphi

TCustomListPicker = class abstract(TCustomPicker)

C++

class PASCALIMPLEMENTATION TCustomListPicker : public TCustomPicker

Properties

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

Description

Base class for creating pickers.

FMX.Pickers.TCustomListPicker inherits from FMX.Pickers.TCustomPicker. All content below this line refers to FMX.Pickers.TCustomPicker.

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