Data.Bind.Components.TContainedBindComponent.HasParent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function HasParent: Boolean; override;

C++

DYNAMIC bool __fastcall HasParent();

プロパティ

種類 可視性 ソース ユニット
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent

説明

保有しているバインディング コンポーネントに親があるかどうかを確認します。

HasParent は、保有しているバインディング コンポーネントに親がある場合には True を、そうでなければ False を返します。

関連項目