System.ResourceString

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef TResStringRec ResourceString;

Properties

Type Visibility Source Unit Parent
typedef public sysclass.h System System

Description

Alias of TResStringRec.

You can use this class to call LoadResourceString, which expects a constant pointer to a constant ResourceString.

When you generate a C++ header file from a Delphi unit that contains resource strings, this C++ header file contains code that lets you access those Delphi resource strings, declaring instances of ResourceString as well as helpers to call LoadResourceString to retrieve each resource string.

See Also

Code Examples