[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'objpas' (#rtl) |
Return number of resource strins in table
Source position: objpas.pp line 87
function ResourceStringCount( |
TableIndex: LongInt |
):LongInt; |
ResourceStringCount returns the number of resourcestrings in the table with index TableIndex. The strings in a particular table are numbered from 0 to ResourceStringCount-1, i.e. they're zero based.
For an example, see GetResourceStringDefaultValue
If an invalid TableIndex is given, -1 is returned.
|
Set values of all resource strings. |
|
|
Return current value of resourcestring |
|
|
Return default (original) value of resourcestring |
|
|
Return hash value of resource string |
|
|
Return name of resource string. |
|
|
Return number of resource string tables |
No notes exist for this page yet.