Class TMenuBooleanArgument

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public constructor Create(const AValue: boolean);

Properties

Public property Value: boolean read FBooleanValue write SetValue;

Description

Methods

Public constructor Create(const AValue: boolean);
 

Properties

Public property Value: boolean read FBooleanValue write SetValue;
 

Generated by PasDoc 0.13.0 on 2014-10-26 05:15:13