RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::TResStringRec Record
Pascal
TResStringRec = packed record
  Module: ^Cardinal;
  Identifier: Integer;
end;
C++
struct TResStringRec {
  ^Cardinal Module;
  Integer Identifier;
};

This is record System::TResStringRec.

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