Class TMenuBooleanArgument
Unit
CastleOnScreenMenu
Declaration
type TMenuBooleanArgument = class(TMenuArgument)
Description
This is like TMenuArgument that displays boolean value (as "Yes" or "No").
Don't access MaximumValueWidth or inherited Value (as string) when using this class — this class should handle this by itself.
Hierarchy
Overview
Methods
 |
constructor Create(const AValue: boolean); |
Properties
 |
property Value: boolean read FBooleanValue write SetValue; |
Description
Methods
 |
constructor Create(const AValue: boolean); |
|
Properties
 |
property Value: boolean read FBooleanValue write SetValue; |
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:37
|