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

SetUnitResourceStrings

Set unit resource strings for a given unit

Declaration

Source position: objpas.pp line 98

procedure SetUnitResourceStrings(

  const UnitName: String;

  SetFunction: TResourceIterator;

  arg: pointer

);

Description

SetUnitResourceStrings will call SetFunction for all resource strings of the unit indicated by UnitName. The additional Arg pointer will be passed to the SetFunction iterator.

Errors

None.

See also

SetResourceStrings

  

Set values of all resource strings.

ResetResourceTables

  

Restore all resource strings to their declared values

FinalizeResourceTables

  

Finalize resource string tables

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