Page 1 of 1

[Module] Application Registry (all OS)

Posted: Fri Mar 15, 2019 5:09 pm
by Thorsten1867
Application Registry - Module (all OS / 64Bit)

The application is comparable with the Windows Registry, just for your own program.
You can store a lot of program internal data there and reuse it at the next program start (e.g. status of a ComboBox or the last used path for the OpenFileRequester()).

Code: Select all

; AppReg::Remove()     - remove this application registry
; AppReg::Delete()     - deletes a 'Name' or a 'HKey'
; AppReg::GetFloat()   - returns the value as float
; AppReg::GetInfo()    - returns infos about the application (AppName/Publisher/Date of modification)
; AppReg::GetInteger() - returns the value as integer
; AppReg::GetValue()   - returns the value as string
; AppReg::SetFloat()   - store a float number
; AppReg::SetInteger() - store an integer number
; AppReg::SetValue()   - store a string
; AppReg::Open()       - open new or existing Application Registry
; AppReg::Close()      - close Application Registry and save it to file
Download: ApplicationRegistryModule.pbi

Re: [Module] Application Registry (all OS)

Posted: Sat Mar 16, 2019 11:19 am
by Kwai chang caine
Works fine on W10 X64 / v5.70 x86 :D
Thanks for sharing 8)