[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'objpas' (#rtl)

ResourceStringTableCount

Return number of resource string tables

Declaration

Source position: objpas.pp line 100

function ResourceStringTableCount: LongInt;

Description

ResourceStringTableCount returns the number of resource string tables; this may be zero if no resource strings are used in a program.

The tables are numbered from 0 to ResourceStringTableCount-1, i.e. they're zero based.

For an example, see GetResourceStringDefaultValue

See also

SetResourceStrings

  

Set values of all resource strings.

GetResourceStringDefaultValue

  

Return default (original) value of resourcestring

GetResourceStringHash

  

Return hash value of resource string

GetResourceStringName

  

Return name of resource string.

ResourceStringCount

  

Return number of resource strins in table

The latest version of this document can be found at lazarus-ccr.sourceforge.net.