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

Graphics

This is record Graphics.TResData.

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