FMX.Types.IControl.GetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParent: TFmxObject;

C++

virtual TFmxObject* __fastcall GetParent(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Getter function for the Parent property.

Implement GetParent to get the value of the Parent property.

See Also