Vcl.ComCtrls.TToolButton.Index

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Index: Integer read GetIndex;

C++

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

Propriétés

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

Description

Spécifie l'indice du bouton d'outils.

Utilisez Index pour obtenir l'indice du bouton d'outils. Cet indice identifie la position du bouton dans la propriété Buttons de sa barre d'outils parent.

Voir aussi