Vcl.CategoryButtons.TCategoryButtons.IsEditing

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

Delphi

function IsEditing: Boolean;

C++

bool __fastcall IsEditing();

プロパティ

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

説明

基本項目のキャプションが現在ユーザーによる編集中であるかどうかを示します。

TCategoryButtons 内の基本項目のキャプションに編集中のものがあれば、IsEditing は true を返します。

関連項目