DelphiBasics
  Home  |  Delphi .net Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Boolean Structure
 
 Description
Boolean is a structure that is in either true or false state.
 Methods
CompareTo  Compares the current Boolean value to another
Equals  Determines if the current Boolean equals another
Parse  Converts a string representation of a Boolean into a Boolean value
ToString  Converts the value of this Boolean to its equivalent string representation.

 Fields
FalseString  String  The value 'false'
TrueString  String  The value 'true'

 Microsoft MSDN links
 
System
System.boolean
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page