[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'typinfo' (#rtl)

TPropData

Property data record

Declaration

Source position: typinfo.pp line 150

type TPropData = packed record

  PropCount: Word;

  PropList: record

    _alignmentdummy: ptrint;

  end;

end;

Description

The TPropData record is not used, but is provided for completeness and compatibility with Delphi.