FMX.Grid.TGridModel.DoSetValue

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

Delphi

procedure DoSetValue(Col, Row: Integer; const Value: TValue); virtual;

C++

virtual void __fastcall DoSetValue(int Col, int Row, const System::Rtti::TValue &Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


説明

このグリッド モデルを使用しているグリッドが、グリッドのセルのコンテンツを、外部リポジトリの値として渡す必要がある場合に、呼び出されます。

DoSetValue は、OnSetValue イベント ハンドラを呼び出します(このイベント ハンドラが定義されている場合に)。

Col は列を示します。

Row は行を示します。

関連項目