Vcl.CategoryButtons.TCategoryButtons.IsEditing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEditing: Boolean;

C++

bool __fastcall IsEditing(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Indicates whether the text of a category or button caption is currently being edited by the user.

IsEditing returns True if the text of a category or button caption in this TCategoryButtons is being edited.

See Also