[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Property data record
Source position: typinfo.pp line 692
type TPropData = packed record |
||
public |
||
PropCount: Word; |
|
Property count. |
PropList: ; |
|
Property list |
property Prop []: PPropInfo; [r] |
||
property Tail: Pointer; [r] |
||
|
||
end; |
The TPropData record is not used, but is provided for completeness and compatibility with Delphi.