CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
type TTrackBar = class(TUVGUIItem)
TUVGUIItem > TGUIItem > TGUIBounds > TBaseGUIItem > TBaseProcessing > TItem > TBaseItem| Name | Description | |
|---|---|---|
![]() | OnGetMaxValue | |
![]() | OnGetMinValue | |
![]() | OnGetValue |
![]() | procedure AddProperties(const Result: Props.TProperties); override; |
![]() | procedure SetProperties(Properties: Props.TProperties); override; |
![]() | procedure AddProperties(const Result: Props.TProperties); override; |
Used instead of fields if assigned
![]() | procedure SetProperties(Properties: Props.TProperties); override; |
![]() | property MaxValue: Integer; |
![]() | property MinValue: Integer; |
![]() | property Value: Integer; |
![]() | property MaxValue: Integer; |
![]() | property MinValue: Integer; |
![]() | property Value: Integer; |
|
Last modified: Jan 6, 2010 |