|
||
struct TStringTable;
A pointer to a string table.
Defined in TStringTable
:
iCaseSensitive
ETrue if the table should be considered case-sensitive. iCount
The number of elements in the table. iTable
A pointer to an array of pointers to the strings. const void *const * iTable;
A pointer to an array of pointers to the strings.
A pointer to an array of pointers to the strings.
TBool iCaseSensitive;
ETrue if the table should be considered case-sensitive.
Flag that is ETrue if the table should be considered case-sensitive, otherwise EFalse.