ISDBIniFile::Keys: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBIniFile|ISDBIniFile|Property Get Keys(Section As String) As SDBStringList}} | {{MethodDeclaration|SDBIniFile|ISDBIniFile|Property Get Keys(Section As String) As [[SDBStringList]]}} | ||
===Parameters=== | ===Parameters=== |
Revision as of 23:33, 31 January 2008
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 all keys in a given section.