Vcl.Graphics.TResource
Delphi
TResource = record
C++
struct DECLSPEC_DRECORD TResource
{
public:
PResource Next;
int RefCount;
Winapi::Windows::THandle Handle;
System::Word HashCode;
System::TThreadID Owner;
public:
union
{
struct
{
TBrushData Brush;
};
struct
{
TPenData Pen;
};
struct
{
TFontData Font;
};
struct
{
TResData Data;
};
};
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
Embarcadero Technologies does not currently have any additional information.