FMX.Types.TFmxObject.FParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

[Weak] FParent: TFmxObject;

C++

TFmxObject* FParent;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Internally used by the Parent property. Do not use FParent directly in applications.

See Also