Class TMenuSlider

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public constructor Create;
Public function GetWidth: Integer; override;
Public procedure Draw(const Rectangle: TRectangle); override;

Properties

Public property DisplayValue: boolean read FDisplayValue write FDisplayValue default true;

Description

Methods

Public constructor Create;
 
Public function GetWidth: Integer; override;
 
Public procedure Draw(const Rectangle: TRectangle); override;
 

Properties

Public 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