TESBImperial Type |
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
|