class PResourceString: public PString

A class representing a string loaded from an application resource

Inheritance:


Public Methods

[more] PResourceString ( PRESOURCE_ID resID )
Create a string loading it from the application resources.


Inherited from PString:

Public

Construction

Overrides from class PObject

Overrides from class PContainer

Size/Length functions

Concatenation operators *

Comparison operators

Search & replace functions

Sub-string functions

Conversion functions


Inherited from PCharArray:


Inherited from PBaseArray:

Public

New functions for class


Inherited from PAbstractArray:

Protected Fields

oPINDEX elementSize
ochar* theArray
oBOOL allocatedDynamically


Inherited from PContainer:

Public

Common functions for containers

Protected Methods

ovirtual void DestroyContents()
ovirtual void AssignContents(const PContainer & c)
ovoid CopyContents(const PContainer & c)
ovoid CloneContents(const PContainer * src)
ovoid Destruct()


Inherited from PObject:

Public

Run Time Type functions

Comparison functions

I/O functions

Miscellaneous functions


Documentation

A class representing a string loaded from an application resource
o PResourceString( PRESOURCE_ID resID )
Create a string loading it from the application resources. If there is no string resource of that name, then an empty string or the defaultString parameter is returned.

Note the platform standard string resource is used. For the MacOS this is actually a STR resource in groups of 10 strings. The actual STR resource ID is resID divided by 10.

Parameters:
resID - Unique identifier for string.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.