Class TMenuSlider
Unit
CastleOnScreenMenu
Declaration
type TMenuSlider = class(TMenuAccessory)
Description
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 DisplayValue: boolean
read FDisplayValue write FDisplayValue default true; |
Description
Methods
 |
constructor Create; |
|
 |
function GetWidth: Integer; override; |
|
 |
procedure Draw(const Rectangle: TRectangle); override; |
|
Properties
 |
property DisplayValue: boolean
read FDisplayValue write FDisplayValue default true; |
Should the Value be displayed as text ? Usually useful — but only if the Value has some meaning for the user. If True , then ValueToStr is used.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:51
|