Syntax
| GetAllSettings(AppName$, Section$, Key$)
| ||||||
---|---|---|---|---|---|---|---|
Description
| Get all of Section's settings in project AppName. Settings are returned in a Variant. Empty is returned if there are no keys in the section. Otherwise, the Variant contains a two dimension array: (I,0) is the key and (I,1) is the setting. Win16 and Win32s store settings in a .ini file named AppName. Win32 stores settings in the registration database.
| ||||||
See Also
| |||||||
Example
|
|