API:Data.Bind.Components.TContainedBindComponent.HasParent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TContainedBindComponent

Delphi

function HasParent: Boolean; override;

C++

DYNAMIC bool __fastcall HasParent();

Description

Verifies whether the component has a parent.

Data.Bind.Components.TContainedBindComponent.HasParent inherits from System.Classes.TComponent.HasParent. All content below this line refers to System.Classes.TComponent.HasParent.

Verifies whether the component has a parent.

Call HasParent to determine whether a specific component has a parent.

Derived classes override this method to implement proper handling for parenting.

Use GetParentComponent to retrieve the component reference.

See Also