#include <resource.h>
Inheritance diagram for TStringCollection::
Public Methods | |
TStringCollection (short aLimit, short aDelta) | |
Static Public Methods | |
TStreamable* | build () |
Static Public Attributes | |
const char* const | name |
Protected Methods | |
TStringCollection (StreamableInit) |
Definition at line 24 of file resource.h.
|
Creates a TStringCollection object with the given values. |
|
Each streamable class needs a "builder" to allocate the correct memory for its objects together with the initialized virtual table pointers. This is achieved by calling this constructor with an argument of type StreamableInit. Definition at line 75 of file resource.h. |
|
Called to create an object in certain stream-reading situations. Reimplemented in TResourceCollection. |
|
Undocumented. Reimplemented from TSortedCollection. Reimplemented in TResourceCollection. Definition at line 80 of file resource.h. |