Open main menu

RAD Studio API Documentation β

System.PResStringRec

Delphi

PResStringRec = ^TResStringRec;

C++

typedef TResStringRec *PResStringRec;

Properties

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

Description

Is a pointer to a TResStringRec.

PResStringRec represents a pointer to a TResStringRec.

See Also