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;
};

IniFiles

This is record IniFiles.THashItem.

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