ISDBIniFile::Keys: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Specified the return value, see forum http://www.mediamonkey.com/forum/viewtopic.php?f=19&t=70998) |
||
Line 8: | Line 8: | ||
===Property description=== | ===Property description=== | ||
Returns a list of | Returns a list of strings composed with the key and value in a given section. The string has the format "key=value" (without quotes). | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 16:44, 7 April 2013
CoClass SDBIniFile, Interface ISDBIniFile
Property Get Keys(Section As String) As SDBStringList
Parameters
Name | Type | Description |
---|---|---|
Section | String | A section where to find all the keys. |
Property description
Returns a list of strings composed with the key and value in a given section. The string has the format "key=value" (without quotes).