FMX.Grid.TCustomGrid.OnSetValue

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

Delphi

property OnSetValue: TOnSetValue read GetOnSetValue write SetOnSetValue;

C++

__property TOnSetValue OnSetValue = {read=GetOnSetValue, write=SetOnSetValue};

プロパティ

種類 可視性 ソース ユニット
event public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

説明

このグリッド内のセルのいずれかのコンテンツに新しい値を設定した際に、直ちに発生します。

OnSetValue イベント ハンドラを記述すると、このグリッド内のセルのいずれかのコンテンツに新しい値を設定した際に、特定のアクションを起こさせることができます。

関連項目