Return the key of an item in the collection.
Source position: objects.pp line 567
function TResourceCollection.KeyOf( |
Item: Pointer |
):Pointer; virtual; |
KeyOf returns the key of an item in the collection. For resources, the key is a pointer to the string with the resource name.
None.
|
Compare two strings in the collection. |