[Overview][Constants][Types][Procedures and functions] |
Enumeration callback type for resource strings
Source position: objpas.pp line 74
type TResourceIterator = function( |
Name: AnsiString; |
Value: AnsiString; |
Hash: LongInt |
):AnsiString; |
The resource string tables can be managed with a callback function which the user must provide: TResourceIterator.