Vcl.CategoryButtons.TBaseItem.EndEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndEdit(Cancel: Boolean);

C++

void __fastcall EndEdit(bool Cancel);

Properties

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

Description

Ends the editing of the text of a category or button caption.

Call EndEdit to take the text of a category or button caption out of edit mode. If the Cancel parameter is True, all changes made by the user are discarded. If Cancel is False, EndEdit updates the category's or button's Caption property and the category's or button's OnEdited event occurs.

See Also