Data.Bind.Components.TContainedBindComponent.HasParent
| [–] 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 contained binding component has a parent.
HasParent returns True if the contained binding component has a parent, False otherwise.