FMX.Grid.TColumn.DoTextExit

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

Delphi

procedure DoTextExit(Sender: TObject);

C++

void __fastcall DoTextExit(System::TObject* Sender);

プロパティ

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

説明

列のテキスト セルがフォーカスを失った際に、自動的に呼び出されます。

関連項目