Class tscrollbox

Unit

Declaration

type tscrollbox = class(tscalingwidget)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure internalcreateframe; override;
Protected procedure widgetregionchanged(const sender: twidget); override;
Protected procedure mouseevent(var info: mouseeventinfoty); override;
Protected procedure childmouseevent(const sender: twidget; var info: mouseeventinfoty); override;
Protected procedure domousewheelevent(var info: mousewheeleventinfoty); override;
Protected procedure doscroll(const dist: pointty); override;
Protected procedure doscrolled(const dist: pointty); override;
Public constructor create(aowner: tcomponent); override;
Public procedure clampinview(const arect: rectty; const bottomright: boolean = false); override;

Properties

Published property frame: tscrollboxframe read getframe write setframe;
Published property onscroll: pointeventty read fonscroll write fonscroll;
Published property onscrolled: pointeventty read fonscrolled write fonscrolled;
Published property optionswidget default defaultscrollboxoptionswidget;
Published property optionsscale default defaultscrollboxoptionsscale;

Description

Methods

Protected procedure internalcreateframe; override;

This item has no description.

Protected procedure widgetregionchanged(const sender: twidget); override;

This item has no description.

Protected procedure mouseevent(var info: mouseeventinfoty); override;

This item has no description.

Protected procedure childmouseevent(const sender: twidget; var info: mouseeventinfoty); override;

This item has no description.

Protected procedure domousewheelevent(var info: mousewheeleventinfoty); override;

This item has no description.

Protected procedure doscroll(const dist: pointty); override;

This item has no description.

Protected procedure doscrolled(const dist: pointty); override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public procedure clampinview(const arect: rectty; const bottomright: boolean = false); override;

This item has no description.

Properties

Published property frame: tscrollboxframe read getframe write setframe;

This item has no description.

Published property onscroll: pointeventty read fonscroll write fonscroll;

This item has no description.

Published property onscrolled: pointeventty read fonscrolled write fonscrolled;

This item has no description.

Published property optionswidget default defaultscrollboxoptionswidget;

This item has no description.

Published property optionsscale default defaultscrollboxoptionsscale;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.