RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IniFiles.THashItem Record
Pascal
THashItem = record
  Next: PHashItem;
  Key: string;
  Value: Integer;
end;
C++
struct THashItem {
  PHashItem Next;
  AnsiString Key;
  int Value;
};

This is record IniFiles.THashItem.

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