FMX.ListBox.TMetropolisUIListBoxItem.SetParent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetParent(const AParent: TFmxObject); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TMetropolisUIListBoxItem

Beschreibung

Als protected deklarierte Setter-Implementierung für die Eigenschaft Parent.

FMX.ListBox.TMetropolisUIListBoxItem.SetParent erbt von FMX.Types.TFmxObject.SetParent. Der folgende Inhalt bezieht sich auf FMX.Types.TFmxObject.SetParent.

Als protected deklarierte Setter-Implementierung für die Eigenschaft Parent.

Siehe auch