Retrieves the Config object for the configuration of the specified index.
doc = editor.Configs.Item( Index );
doc = editor.Configs.Item( Index )
Index
Specifies the index of the configuration as a one-based integer.
alert( "Name for the first configuration: " + editor.Configs.Item(1).Name );
alert "Name for the first configuration: " & editor.Configs.Item(1).Name
Supported on EmEditor Professional Version 7.00 or later.