DesignIntf.IHostForm.GetScrollPos

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetScrollPos(Horiz: Boolean): Integer;

C++

virtual int __fastcall GetScrollPos(bool Horiz) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm


Description

Renvoie la position du défilement.

Elle renvoie un entier représentant la position sur la barre de défilement horizontal si le paramètre Horiz vaut True, et sur la barre de défilement vertical dans le cas contraire.