1. Home
  2. Computing & Technology
  3. Delphi Programming

Zarko's Delphi Programming Blog

Rename a Directory / Folder Using Delphi Code

Tuesday December 1, 2009
in Delphi Directory Routines ::The RTL's RenameFile changes the name of a specified file. The implementation of the RenameFile function calls the MoveFile API function. MoveFile can rename folders, therefore Delphi's RenameFile can also rename folders and not only files. What's more RenameFile CAN move folders, also!

Read the full article to learn how to Use RenameFile to Rename a Directory

Related:

How to Hide / Show the Main Menu of a Delphi Application

Monday November 30, 2009

in Delphi TIPS :: The TMainMenu Delphi component does not expose the Visible property to let you show or hide the menu for a form programmatically, does it? It does not, but there is a way to hide the main menu for a Delphi form at run time. Here's how...

Read the full article to learn how to How to Hide / Show the Main Menu of a Delphi Application

Related:

Display a LogIn Dialog Before the Main Form of a Delphi Application is Created

Friday November 27, 2009

in Advanced Delphi ::
If you need to implement some kind of authorization for your Delphi application you might want to display a login / password dialog *before* the main form is created and displayed to the user. In short, the idea would be to create, display, and destroy the "login" dialog before creating the main form.

Read the full article to learn how to Display a LogIn Dialog Before the Main Form of a Delphi Application is Created

Related:

How to Implement the OnCreate event for a Delphi TFrame object

Thursday November 26, 2009

in Delphi TIPS ::
A frame, like a form, is a container for other components. Frames can be nested within forms or other frames, and they can be saved on the Component palette for easy reuse.

Once you start using frames, you'll note there's no OnCreate event you can use to initialize your frames.

Read the full article to learn How to Implement the OnCreate event for a Delphi TFrame object

Related:

Explore Delphi Programming
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Delphi Programming

©2009 About.com, a part of The New York Times Company.

All rights reserved.