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

TResourceIterator

Enumeration callback type for resource strings

Declaration

Source position: objpas.pp line 92

type TResourceIterator = function(

  Name: AnsiString;

  Value: AnsiString;

  Hash: LongInt;

  arg: pointer

):AnsiString;

Description

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

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