Class TMenuIntegerSlider
Unit
CastleOnScreenMenu
Declaration
type TMenuIntegerSlider = class(TMenuSlider)
Description
no description available, TMenuSlider description follows no description available, TMenuAccessory description follows
Attachment to a specific menu item of TCastleOnScreenMenu, for example may store a value associated with given menu option, and allow to change it by a slider.
Hierarchy
Overview
Methods
Properties
 |
property BeginRange: Integer read FBeginRange; |
 |
property EndRange: Integer read FEndRange; |
 |
property Value: Integer read FValue write FValue; |
Description
Methods
 |
constructor Create(const ABeginRange, AEndRange, AValue: Integer); |
|
 |
procedure Draw(const Rectangle: TRectangle); override; |
|
 |
function ValueToStr(const AValue: Integer): string; virtual; |
|
Properties
 |
property BeginRange: Integer read FBeginRange; |
|
 |
property EndRange: Integer read FEndRange; |
|
 |
property Value: Integer read FValue write FValue; |
Current value. When setting this property, always make sure that it's within the allowed range.
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:13
|