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;
};

This is record TypInfo.TPropData.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!