Class TGUIScrollBar

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGUIScrollBar = class(TGUIElement)

Description

Default scroll bar GUI element.

Hierarchy

Overview

Properties

Public property LargeStep: LongInt read GetLargeStep write SetLargeStep;
Public property Maximum: LongInt read GetMax write SetMax;
Public property Minimum: LongInt read GetMin write SetMin;
Public property Position: LongInt read GetPos write SetPos;
Public property SmallStep: LongInt read GetSmallStep write SetSmallStep;

Description

Properties

Public property LargeStep: LongInt read GetLargeStep write SetLargeStep;

The large step value.
This is the amount that the value changes by when clicking in the tray, or using the page up and page down keys.

Public property Maximum: LongInt read GetMax write SetMax;

The maximum value.

Public property Minimum: LongInt read GetMin write SetMin;

The minimum value.

Public property Position: LongInt read GetPos write SetPos;

The current position of the scroll bar between Minimum and Maximum.

Public property SmallStep: LongInt read GetSmallStep write SetSmallStep;

The small step value.
This is the amount that the value changes by when clicking on the buttons or using the cursor keys.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22