Back
Applications:
Applications Icon
(Changing an Applications Icon)(Application.Icon.LoadFromFile)
Application Minimize
- Minimize the Form to the TaskBar
Application Title
Application.ProcessMessages
Application.HintHidePause
Application.HelpFile
- Application.HelpJump - How To Load A Help File
To stop your program from being run more than once -
Tim Carthew
Buttons:
Button Fun
Creating a Button at run-time
Caret:
Caret (Positioning a Caret in a TEdit)
Colors:
ColorDialog (Filling A TColorDialog With Colors)
Colors You Can Use In Delphi
RGB
Components:
TabbedNoteBook
SpinEdit
ScrollBars
- Using the Delphi ScrollBars Component
Gauges
- How To Change The Gauges Kind (Type)
FindComponent
ComponentCount
Files/Directories:
ExtractFileDir - ExtractFileName - ExtractFilePath - ExtractFileExt - ExtractFileDrive - ExpandFileName
FileAge
FileDateToDateTime
ChangeFileExt
RenameFile
Forms:
Maximizing a Form
Moving a form which has no caption bar -
Jon Nichols
Putting a Form inside a Panel
Transparent Form Anyone? -
Clayton Turner
Stay on Top -
Clayton Turner
Show and ShowModal
Graphics:
Pixel
Brush
(Brush.Style)
Hints:
Show and Hide and Application Hints
Long Hints
Icons:
Icons
- Loading an icon into an Image
Icons
-
Changing the Icon of your program when it is minimized
Keys:
How to use the Enter key instead of the tab key to move to the next control with a TEdit
Hot Keys
- Creating your own
Strings/Integers:
IntToStr
StrLower and StrUpper
StrToInt
UpperCase
FloatToStr
DateToStr
Sounds:
PlaySound
Playing a Wav File
Beep
Web Browser:
Opening a (Local) web page using the Web Browser Demo in Delphi 5.
Web Browser -
Running a web browser and loading a web site
Misc:
And
Or
Ord
AllocMem
Blinking Panel Caption
BorderStyle
Break
Case Of
Char
Currency
Dec
Desktop
- Getting The DesktopSize
Drag & Drop Example
-
Clayton Turner
ExitWindowsEx-
EWX_REBOOT - EWX_FORCE-Exiting Windows
For DownTo do
Format
FreeMem
GetMem
GetUserName
Halt
Inc
Length
Login Name
-
Getting the Users login name
MessageBox
OpenDialog.Execute
- OpenDialog.FileName
PopUp Menu's
-
Changing where the PopUp Menu is going to position when it 'Pops Up'
Pos
Progress
-
Using TGauge to show a progress indicator
Randomize and Random
ReleaseCapture
Repeat Until
SelLength
SelStart
SetFocus
ShellExecute
ShowMessage
Try, Finally Statement
lSPI_GetWorkArea
SystemParametersInfo
TaskBar
-
Hiding your program from the taskbar
TextOut
Toggle
-
To make a Panel Visible or Invisible (Toggle Switch)
Using F1
Val
VSSpell
Windows Find Dialog
- Running the Windows Find Dialog
Back