TESBImperial Type
Data Type for storing information about mixed Imperial units for example Feet & inches.

Unit
QESBPCSGlobals

Declaration

TESBImperial = record
          MajorUnit: LongInt; // Integral Feet
          MinorUnit: Double; // Inches which allow fractionals
          Power: LongInt; // By default 1, 0 => Null
          Ratio: LongWord; // Number or Minor Unit
          MajorAbbrev: string; // Abbreviation for Major unit
          MinorAbbrev: string; // Abbreviation for Minor unit
          MajorDesc: string; // Major unit Desc
          MinorDesc: string; // Minor unit Desc
     end;

Description
Also allows for Powers, eg Areas, Volumes etc; unit descriptions & Abbreviations


HTML generated by Time2HELP
http://www.time2help.com