AddTForm in a Tform Delphi Source Code
  • C++ Builder:
    C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 
  • Delphi:
    D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 
  • Kylix:
    K1 K3 



TForm in a Tform Delphi Source Code

Three easy examples of how to create a TForm in a Tform, so that the second [and third, fourth etc] is inside the first form. It has an example of a form without a titlebar [bsNone], one with a form that is resizeable and movable, plus one that is not resizeable and movable. It also includes a template for a starting point should you wanna create a form in a form.

Note that this could very well work for delphi 5, 6 too  but it was not tested

  • Category:
    Forms/Application
  • Author:
    (More by this author)
  • Info:
    Freeware
  • Date added:
    05 April, 2011 04:17
  • Views:
    1204
  • Downloads:
    382
Usefulness
Documentation
Stability
Value
Ease of Use
Level of Use
0 people have rated this applicaton
Total Average
 
You can submit your own rating, for this you must be logged in.
Files:
Related Downloads
TCapHelp V2.0 - 25 November, 1998 - Adrian Wreyford

TCapHelp places a '?' button on the caption bar of the TForm that the component is placed on. It gives the same functionality as biHelp on a dialog form, except that it also works on resizable forms. Just pop the component onto a TForm, and it...

TMove (22-nov-1998)  - 22 November, 1998 - Bernt Levinsson

Move a TControl on a TForm, or move TForm by moving a TControl.(Shouldn't be any problems with D2 I think) (Exe demo for D4).

PersistentForm  - 07 August, 2009 - Peter Hellinger

TPersistentForm is a TForm subclass, that remembers the properties of itself and the properties of the components that are put on it. The properties are saved with the destroy event of the form and reloaded with the create event of the form....

TRSIOpenTables  - 28 May, 1999 - ReportSoft International Ltd

This component is only for Delphi 4 (standard, professional, client/server). The component can open/close all DataSets and all components that inherits from TDataSet. After you drop the component on a TDataModule or TForm double click...

EZQuery For Delphi Ver 1.10 - 01 September, 2000 - John Clark

EZQuery is a Delphi component TQueryDialog that dynamically creates a query dialog from either a TForm, TDBGrid or TDataSet. It is great for end-user database applications where the user needs an easy method to search for database records. Save...

Related Information
  • HOW TO SEND OUTPUT TO PRINTER DIRECTLY (2001-01-29 16:29:50)
    Hi Use this code to send Escape code to my POS printer but you can modify the code alittle to fit youre need. type TPassThroughData = record...
  • HOW CAN I DEACTIVE DIAL-UP CONECTION? (2001-01-28 11:54:30)
    A guy named Ruben recently gave me this answer when I asked nearly the same question......... ----------------------------------------------------...
  • EACCSESSVIOLATION... (2001-01-30 00:44:22)
    Assuming MyRegistry is varible declared as TRegistry try this... with MyRegistry.Create do try RootKey := HKEY_LOCAL_MACHINE; if...
  • SIMPLE EMAIL QUESTION (2001-01-30 07:40:08)
    Here is the MemoryStreamToWebBrowser example I promised: // This writes a MemoryStream to the WebBrowser document // without using any disk...
  • MORE EXPLAIN (RUN AN APPLICATION BEFORE ALL OTHERS) (2001-01-26 15:11:58)
    There are other ways... You can make a boot disk. Anyway, your install program will be a DOS program. BUT, if you put your program in RunServices,...
Related News
Delphi Source formatting Wizard v1.1 released - 22 March, 2001
Delphi Source formatting Wizard is a easy customizable feathured source code formatter.
It can improve your source code (the indentation,...
BS/1 Enterprise 1.0 Delphi Accounting Source released - 07 August, 2009
BS/1 Enterprise 1.0 Delphi Accounting Source is now available for Paradox, DBISAM, and Advantage databases.

Developers may license...
ProKylix 1.6 source code profiler released - 01 September, 2001
The new releases of ProKylix (1.6), the source code profiler for Kylix, is
immediately ready for download.

With ProKylix you...
[ANN]:Auto generate flowchart from sourcecode! - 16 April, 2004
AgFlowchart is a excellent source code flowcharting tool to generate flowchart from source code. Its flowchart can expand and shrink. and you...
ProDelphi source code profiler version 7.3 - 23 January, 2000
ProDelphi, the source code profiler for Delphi, version 7.3 is
released.

New in version 7.3:


  • ...
Categories

Latest Forum Entries