RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TResData Record
Pascal
TResData = record
  Handle: THandle;
end;
C++
struct TResData {
  THandle Handle;
};

This is record Graphics.TResData.

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