FMX.ListBox.TMetropolisUIListBoxItem.SetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParent(const AParent: TFmxObject); override;

C++

virtual void __fastcall SetParent(Fmx::Types::TFmxObject* const AParent);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TMetropolisUIListBoxItem

Description

Protected setter implementation for the Parent property.

FMX.ListBox.TMetropolisUIListBoxItem.SetParent inherits from FMX.Types.TFmxObject.SetParent. All content below this line refers to FMX.Types.TFmxObject.SetParent.

Protected setter implementation for the Parent property.

See Also