TResourceFile.KeyAt

Return the key of the item at a certain position.

Declaration

Source position: objects.pp line 540

default 
  function KeyAt(I: Sw_Integer) : string;

Description

KeyAt returns the key (the name) of the I-th resource.

Errors

In case I is invalid, TCollection.Error will be executed.

See also

Name Description
TResourceFile.Get Return a resource by key name.