System.TResourceHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TResourceHandle = Cardinal;

C++

typedef NativeUInt TResourceHandle;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Is an alias for HRSRC.

TResourceHandle represents an alias for the HRSRC type.

See Also