Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TPropData

Property data record.

Declaration

Source position: typinfo.pp line 811

type TPropData = packed record

public

  PropCount: Word;

  

Property count.

  PropList: record;

  

Property list.

  _alignmentdummy: PtrInt;

  

Alignment dummy var.

end

  property Prop []: PPropInfo; [r]

  

Indexed access to property type info.

  property Tail: Pointer; [r]

  

Pointer to next RTTI structure.

end;

Description

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


Documentation generated on: Jul 24 2023