Vcl.ComCtrls.TCustomTreeView.IsEditing

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

Delphi

function IsEditing: Boolean;

C++

bool __fastcall IsEditing();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

説明

ユーザーが現在ノードを編集中であるかどうかを示します。

IsEditing は,ツリービューのノードラベルが 1 つでも編集されていれば true を返します。

関連項目