FMX.Pickers.TCustomPicker.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TControl read FParent write FParent;

C++

__property Fmx::Controls::TControl* Parent = {read=FParent, write=FParent};

Properties

Type Visibility Source Unit Parent
property public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomPicker

Description

Keeps the control containing the current picker object.

The methods declared in the TCustomPicker class do not handle the Parent property. The value of this property should be assigned and managed in classes using TCustomPicker. For example, see the code of the FMX.ListBox.TCustomComboBox.Create method and other methods in the TCustomComboBox class.

See Also