FMX.Grid.Style.TStyledGrid.RefreshEditor

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

Delphi

function RefreshEditor(const InplaceEdit: TFmxObject; const RefreshAppearance, RefreshValue: Boolean): Boolean;

C++

virtual bool __fastcall RefreshEditor(Fmx::Types::TFmxObject* const InplaceEdit, const bool RefreshAppearance, const bool RefreshValue);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid


説明

セル エディタの値をリフレッシュします。

関連項目