Vcl.OleCtrls.TOleControl.Scroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Scroll(scrollExtent: TPoint): HResult; stdcall;

C++

HRESULT __stdcall Scroll(System::Types::TPoint scrollExtent);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Scrolls the view by the indicated amount of pixels.

Call Scroll to scroll the view of the ActiveX control by the indicated amount of pixels.

See Also