This program shows you how to save the state of a checkbox (checked:=true or checked:=false) to a file and how to open it again from the saved file. It also saves editbox text to a file and opens it again from that file
File List:
Save Example/
0b
Save Example/Save_p.cfg
422b
Save Example/Save_p.dof
2Kb
Save Example/Save_p.dpr
226b
Save Example/Save_p.res
1Kb
Save Example/Save_u.dcu
8Kb
Save Example/Save_u.dfm
4Kb
Save Example/Save_u.pas
4Kb
Similar code
Hex To Dec To Char Converter
(Popularity: ) : Convert hexidecimal numbers to decimal to characters char2ascii
(Popularity: ) : Convert characters to ascii values also shows you how to use parameters during executing using paramStr() and paramCount() functions Create and Delete A CON Folder In Windows!
(Popularity: ) : Create and RM con folder in windows windows won't allow you to create it, but dos will with syntax. Alarm Clock
(Popularity: ) : Set A Alarm When You Have To Do Something Important ICQ Pager Bot
(Popularity: ) : Sends a pager message on icq Create Buttons With Mouse Click
(Popularity: ) : Create Componets When Your Program Is Already Running Floating Dock Example
(Popularity: ) : This is a floating dock example aka floating tool bar. This works by hooking WM_MOVE API. The dock will keep the same height as the form and follow it anywhere you move the form. Focus Login
(Popularity: ) : Teach you how to make your logins more professional and how to set focus on them using onenter and onexit events. Global Varible Vs Local Varible
(Popularity: ) : How you can use a global varible instead of a local varible when they have the same name Primenumber & Factor Finder
(Popularity: ) : This software finds the factors of every number entered, and determines wether it's a prime number, or not. I've included and explained Euclid's Algorithm and a very fast Primenumber checker.