RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
InvokeRegistry.TDynToClear Record
Pascal
TDynToClear = record
  P: Pointer;
  Info: PTypeInfo;
end;
C++
struct TDynToClear {
  void * P;
  PTypeInfo Info;
};

This is record InvokeRegistry.TDynToClear.

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