RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
InvokeRegistry.ExtNameMapItem Record
Pascal
ExtNameMapItem = record
  Name: string;
  ExtName: InvString;
end;
C++
struct ExtNameMapItem {
  AnsiString Name;
  InvString ExtName;
};

This is record InvokeRegistry.ExtNameMapItem.

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