ISDBIniFile::Keys
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).