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

TResourceIterator

Enumeration callback type for resource strings

Declaration

Source position: objpas.pp line 74

type TResourceIterator = function(

  Name: AnsiString;

  Value: AnsiString;

  Hash: LongInt

):AnsiString;

Description

The resource string tables can be managed with a callback function which the user must provide: TResourceIterator.