| Prev | Next
Menu: Products - Portfolio - Services - Download - Order - Company

 
      Topic #3.5.11.6.
Up To: Custom App,Sess.
   Read: Custom App Object  
   Read: Custom Session Obj  
   Read: How to - Syntax  
   Read: THrefApp  
   Read: How to - Register  
   >>How to - Use  
*

  

Browsing >>How to - Use

Example new project
program Project1;  

uses
  Forms,
  utMainFm in '..\..\..\..\ht\lib32\utMainFm.pas' {fmMainForm},
  utTrayFM in '..\..\..\..\ht\lib32\utTrayFm.pas' {fmTrayForm},
  utPanFrm in '..\..\..\..\ht\lib32\utPanFrm.pas' {utParentForm},
  dmWebHub in '..\..\..\..\ht\htfrm\dmWebHub.pas' {dmWebHubCore: TDataModule},
  whMain in '..\..\..\..\ht\htfrm\whMain.pas' {fmWebHubMainForm},
  WhHTML in '..\..\..\..\ht\htfrm\whhtml.pas' {fmAppHTML},
  Unit1 in 'Unit1.pas' {dmWebHubApp: TDataModule};

{$R *.RES}

begin
  Application.Initialize;
  Application.CreateForm(TfmWebHubMainForm, fmWebHubMainForm);
  Application.CreateForm(TfmAppHTML, fmAppHTML);
  Application.CreateForm(TdmWebHubApp, dmWebHubApp);
  fmWebHubMainForm.Init;
  Application.Run;
end.
 


 

Screen shots shown during the presentation

  1. Standard dmWebHubApp data module
  2. Remove the app and session
  3. Find your component on the palette
  4. Put in just the app object
  5. Set the AppID and then Refresh the app
  6. What it looks like after refresh

 

 
 

Path:  www.href.com to; Services to; Tech Talk Archive to; Custom App,Sess. to; How to - Use
 

Copyright © 1995-2008 HREF Tools Corp. All Rights Reserved Worldwide.
Running: WebHub-v2.094 on Microsoft-IIS/6.0,
Local Time: Tue, 13 May 2008 15:24:03.
Session 1304016041, 24 pages sent to CCBot/1.0 ( http://www.commoncrawl.org/bot.html) at 38.103.63.17;
Time to produce this page: 15msec.