FMX.Grid.TCustomGrid.CallbackGetValue

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

Delphi

procedure CallbackGetValue(Col, Row: Integer; ACallback: TProc<TValue>); virtual;

C++

virtual void __fastcall CallbackGetValue(int Col, int Row, System::DelphiInterface<System::Sysutils::TProc__1<System::Rtti::TValue> > ACallback);

プロパティ

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

説明

TCustomGrid のセルへのプロシージャをアタッチします。 このプロシージャは、セルのコンテンツが更新された際に発生します。

関連項目