[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the key of the item at a certain position.
Source position: objects.pp line 509
function TResourceFile.KeyAt( |
I: Sw_Integer |
):string; |
KeyAt returns the key (the name) of the I-th resource.
In case I is invalid, TCollection.Error will be executed.
|
Return a resource by key name. |