RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TManagedField Record
Pascal
TManagedField = record
  TypeRef: PTypeInfo;
  FldOffset: Integer;
end;
C++
struct TManagedField {
  PTypeInfo TypeRef;
  int FldOffset;
};

This is record TypInfo.TManagedField.

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