CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TTrackBar

Unit

ACS

Declaration

type TTrackBar = class(TUVGUIItem)

Description

 

Hierarchy

TUVGUIItem > TGUIItem > TGUIBounds > TBaseGUIItem > TBaseProcessing > TItem > TBaseItem

Fields

 NameDescription
PublicOnGetMaxValue 
PublicOnGetMinValue 
PublicOnGetValue 

Methods

Overview

Publicprocedure AddProperties(const Result: Props.TProperties); override;
Publicprocedure SetProperties(Properties: Props.TProperties); override;

Description

Publicprocedure AddProperties(const Result: Props.TProperties); override;

Used instead of fields if assigned

Publicprocedure SetProperties(Properties: Props.TProperties); override;

 

Properties

Overview

Publicproperty MaxValue: Integer;
Publicproperty MinValue: Integer;
Publicproperty Value: Integer;

Description

Publicproperty MaxValue: Integer;

 

Publicproperty MinValue: Integer;

 

Publicproperty Value: Integer;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com