API:FMX.Grid.TProgressColumn.CanEdit

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

Delphi

function CanEdit: Boolean; override;

C++

virtual bool __fastcall CanEdit();

プロパティ

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

説明

列が値エディタを表示できる場合には True を、そうでなければ False を返します。

FMX.Grid.TProgressColumn.CanEdit は FMX.Grid.TColumn.CanEdit を継承しています。以下の内容はすべて FMX.Grid.TColumn.CanEdit を参照しています。

列が値エディタを表示できる場合には True を、そうでなければ False を返します。

関連項目