[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a resource description to the list with the specified values.
Source position: lresources.pp line 74
public procedure TLResourceList.Add( |
const Name: AnsiString; |
const ValueType: AnsiString; |
const Value: AnsiString |
); |
const Name: AnsiString; |
const ValueType: AnsiString; |
const Values: array of string |
); |
Name |
|
Name for the resource. |
ValueType |
|
Name for the Type used in the value. |
Value |
|
A single AnsiString value string for the type. |
Name |
|
Name for the resource. |
ValueType |
|
Name for the Type used in the value. |
Values |
|
An array with the String values for the type. |
ValueType is stored in uppercase.
Version 4.0 | Generated 2025-05-03 | Home |