[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'objpas' (#rtl) |
Enumeration callback type for resource strings
Source position: objpas.pp line 78
type TResourceIterator = function( |
Name: AnsiString; |
Value: AnsiString; |
Hash: LongInt; |
arg: pointer |
):AnsiString; |
The resource string tables can be managed with a callback function which the user must provide: TResourceIterator.
No notes exist for this page yet.