System.PResStringRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.PResStringRec&oldid=595982"