Data.Bind.Components.TBindComponentDelegate.OnActivating

提供:RAD Studio API Documentation

Delphi

property OnActivating: TNotifyEvent read GetOnActivating write SetOnActivating;

C++

__property System::Classes::TNotifyEvent OnActivating = {read=GetOnActivating, write=SetOnActivating};

プロパティ

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


説明

このデリゲート ラッパーのバインディング式をアクティブにしたときに発生するイベントです。

関連項目