Delphi 结构体
THead = record
    ExchangeId: string[5];
    CommodityId: string[10];
    Option: string;
    SettleMentYear: integer;
    bDenominator: double;
  end;要转到vc怎么写?