|
Aug 30 2007, 1:07 PM EDT
|
|
|
edit |
214 words added
|
|
Change: If you want to quickly provide a name or password, but haven't got the space to use a editbox, the inputbox command is perfect. Here's an example: var example :string; procedure TForm1.Button1Click(Sender: TObject); begin example:=inputbox('The caption of the inputbox', 'The prompt', 'The Default input'); end; The Registry 1.Reading
View changes from previous version.
(Word count: 736)
|
|
Jun 19 2007, 9:19 AM EDT
|
|
|
edit |
10 words deleted
|
|
Change: My vriend Carel sal al hierdie inligting baie handig find. Index Basic Knowledge Open Windows ProgramsOpen Files with ProgramsOpen Folders Run DOS CommandsWriting to text filesReading from text filesHiding the Close buttonHide/Show Application in Taskbar Basic Knowledge Always when we
View changes from previous version.
(Word count: 490)
|
|
Jun 12 2007, 10:23 AM EDT
|
|
|
edit |
10 words added
|
|
Change: My vriend Carel sal al hierdie inligting baie handig find. Index Basic Knowledge Open Windows ProgramsOpen Files with ProgramsOpen Folders Run DOS CommandsWriting to text filesReading from text filesHiding the Close buttonHide/Show Application in Taskbar Basic Knowledge Always when we
View changes from previous version.
(Word count: 500)
|
|
Jun 12 2007, 10:17 AM EDT
|
|
|
edit |
1 word added
1 word deleted
|
|
Change: Index:Index Basic Knowledge Open Windows ProgramsOpen Files with ProgramsOpen Folders Run DOS CommandsWriting to text filesReading from text filesHiding the Close buttonHide/Show Application in Taskbar Basic Knowledge Always when we work with code which refers
View changes from previous version.
(Word count: 490)
|
|
Jun 12 2007, 10:16 AM EDT
|
|
|
edit |
14 words added
|
|
Change: Hide/Show Application in Taskbar Basic Knowledge Always when we work with code which refers to some external command, we have to specify to Delphi what it is. To
View changes from previous version.
(Word count: 490)
|
|
Jun 12 2007, 10:12 AM EDT
|
|
|
edit |
95 words added
|
|
Change: There is a very easy way to do this without programming it. This is usefull for a splash-screen.Click on your formLook in the Object Inspector, under 'Border Icons'Select False in 'biSystemMenu' dropdown windowRun your app and you will see that there isn't a close button!Press
View changes from previous version.
(Word count: 470)
|
|
Jun 12 2007, 10:06 AM EDT
|
|
|
edit |
89 words added
3 words deleted
|
|
Change: Suppose you want to type something into an editbox, and then you want to save it as a .txt file when you click on a button.In the button's code:var F: TextFile;begin AssignFile(F, 'C:\Test\Data.txt'); //Open a new file Rewrite(F); //Will be creates if non-existing WriteLn(F, Edit1.Text);
View changes from previous version.
(Word count: 354)
|
|
Jun 12 2007, 9:57 AM EDT
|
|
|
edit |
234 words added
|
|
Change: Always when we work with code which refers to some external command, we have to specify to Delphi what it is. To do this open
View changes from previous version.
(Word count: 257)
|
|
Jun 12 2007, 9:21 AM EDT
|
|
|
rename |
No content added or deleted. |
|
Change: Renamed from Delphi_source by Jun 12 2007, 9:21 AM EDT for: Rename
|
|
Jun 12 2007, 9:19 AM EDT
|
|
|
create |
No content added or deleted. |
|
Change: Created by Jun 12 2007, 9:19 AM EDT for: no reason given
|