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

 
Topic #1.1.1.1.
Custom App,Sess.
   Custom App Object  
   Custom Session Obj  
   How to - Syntax  
   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-2012 HREF Tools Corp. All Rights Reserved Worldwide.
Running: WebHub-v2.167 compiled with d16_win32 on Microsoft-IIS/7.5,
Local Time: Wed, 23 May 2012 17:44:29.
Session 2147449270, 10 pages sent to CCBot/1.0 (+http://www.commoncrawl.org/bot.html) at 38.107.179.229;
Time to produce this page: 0msec.