| 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 - Register

Example file: ht\htdemos\register\regapps.pas
unit Regapps;  {Register Components for WebHub Demos}

interface

uses Classes, DsgnIntf, 
tFish;  {tFish is the unit containing the class definitions}

procedure Register;

implementation

procedure Register;
begin
  RegisterComponents( 'HT+', [ TFishApp, TFishSession]);     {palette, [classes]}
end;

end.


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

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:43:24.
Session 452429792, 10 pages sent to CCBot/1.0 (+http://www.commoncrawl.org/bot.html) at 38.107.179.226;
Time to produce this page: 0msec.