FMX.Grid.TStringGrid.SetValue

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

Delphi

procedure SetValue(Col, Row: Integer; const Value: TValue); override;

C++

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

プロパティ

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

説明

Col および Row で指定されるセルの値を設定します。

FMX.Grid.TStringGrid.SetValue は FMX.Grid.TCustomGrid.SetValue を継承しています。以下の内容はすべて FMX.Grid.TCustomGrid.SetValue を参照しています。

Col および Row で指定されるセルの値を設定します。

SetValue メソッドは、Col および Row で指定されるセルの値を、Value パラメータで指定される Variant に設定します。

関連項目