[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Return the key of the item at a certain position.
Source position: objects.pp line 506
function TResourceFile.KeyAt( |
I: Sw_Integer |
):String; |
KeyAtreturns the key (the name) of the I-th resource.
In case Iis invalid, TCollection.Errorwill be executed.
|
Return a resource by key name. |