Data.Bind.Components.TContainedBindComponent.HasParent

From RAD Studio API Documentation
Revision as of 10:43, 9 November 2011 by Denisa.ilascu (talk | contribs) (RAD-9881)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function HasParent: Boolean; override;

C++

DYNAMIC bool __fastcall HasParent();

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent

Description

Verifies whether the contained binding component has a parent.

HasParent returns True if the contained binding component has a parent, False otherwise.

See Also