Vcl.CategoryButtons.TCategoryButtons.SetInsertionButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInsertionButton(InsertionButton: TButtonItem;  InsertionCategory: TButtonCategory);

C++

void __fastcall SetInsertionButton(TButtonItem* InsertionButton, TButtonCategory* InsertionCategory);

Properties

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

Description

Sets the current insertion mark.

The SetInsertionButton method sets the current insertion mark.

See Also