RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TPropData Record
Pascal
TPropData = packed record
  PropCount: Word;
  PropList: record;
end;
C++
struct TPropData {
  Word PropCount;
  record PropList;
};

TypInfo

This is record TypInfo.TPropData.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!