Vcl.Forms.TCustomForm.VertScrollBar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property VertScrollBar: TControlScrollBar read FVertScrollBar write SetVertScrollBar stored IsForm;

C++

__property VertScrollBar = {stored=IsForm};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Représente la barre de défilement verticale du contrôle fenêtré défilant.

Vcl.Forms.TCustomForm.VertScrollBar hérite de Vcl.Forms.TScrollingWinControl.VertScrollBar. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Forms.TScrollingWinControl.VertScrollBar.

Représente la barre de défilement verticale du contrôle fenêtré défilant.

Utilisez VertScrollBar pour cacher, afficher ou manipuler la barre de défilement verticale du contrôle fenêtré défilant.

Voir aussi