FMX.Grid.TCustomGrid.SetValue
Delphi
procedure SetValue(Col, Row: Integer; const Value: TValue); virtual;
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 | TCustomGrid |
説明
Col および Row で指定されるセルの値を設定します。
SetValue メソッドは、Col および Row で指定されるセルの値を、Value パラメータで指定される Variant に設定します。