Data.Bind.Components.TContainedBindComponent.HasParent
Delphi
function HasParent: Boolean; override;
C++
DYNAMIC bool __fastcall HasParent(void);
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.