Vcl.CategoryButtons.TBaseItem.EditText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EditText: Boolean;

C++

bool __fastcall EditText();

Properties

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

Description

Allows editing a baseitem caption.

Call EditText to allow a user to edit the text of a category or button caption.

The TCategoryButtons ButtonOptions settings boFullSize and boShowCaptions must be True to enable editing of category button captions.

See Also

Code Examples