Vcl.Graphics.TResource

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !