Vcl.ComCtrls.TToolButton.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read GetIndex;

C++

__property int Index = {read=GetIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButton

Description

Specifies the index of the tool button.

Use Index to get the index of the tool button. This index identifies the position of the tool button in its parent toolbar's Buttons property array.

See Also