RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CorbaObj.TSkeletonEntryDesc Record
Pascal
TSkeletonEntryDesc = record
  IID: TGUID;
  SkeletonClass: TCorbaSkeletonClass;
end;
C++
struct TSkeletonEntryDesc {
  TGUID IID;
  TCorbaSkeletonClass SkeletonClass;
};

CorbaObj

This is record CorbaObj.TSkeletonEntryDesc.

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