Vcl.ScreenTips.TScreenTipItem.Width

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Width: Integer read FWidth write FWidth;

C++

__property int Width = {read=FWidth, write=FWidth, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

La largeur de l'élément info-bulle.

Utilisez Width pour définir la largeur d'un élément info-bulle. Width est utilisée quand la fenêtre contextuelle d'info-bulle est dessinée.

Voir aussi