XDenSer Software

Company Homepage: http://www.xdenser.com

Send e-mail to this Company

  • unlimited number of local/remote databases for backup
  • unlimited number of Windows/Linux servers (FB 2.1, 2.5, 3.0 and 4.0 are supported)
  • option for managing multiple backups for one database
  • optional ZIP compression and FTP transfer of backups
  • running as an application or as a service
  • lifetime license only USD 40
Company Products

Total 6 products

JavaScript like setTimeout function v.1.0

Code Samples > Samples > Other

By XDenSer Software.

Freeware + source 08 Aug 2010

Description

Delphi standard TTimer component is not handy in some situations - for example, when you need to run something with delay only one or several times, or when you want to use timer in "non-form" unit. New Delphi 2009/2010 anonymous functions feature allows to create JavaScript like setTimeout function.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 1kB

Platforms: D2009, D2010

TxdsControlsStates component v.1.2

Components > Tools > Run-Time

By XDenSer Software.

Freeware 17 Aug 2009

Description

TxdsControlsStates is Delphi Component to store states of controls and components on your form to recall later during run-time. TxdsControlsStates allows you to eliminate series of assignments and replace it with single method call to TxdsControlsStates.RestoreState(StateName:String);
  • has component editor
  • has context menu
  • saves states of controls on the form
  • allows to recall remembered state
Useful for fast and easy creation of:
  • hot-track effects
  • form layot changing
  • switching UI from "standart" to "advanced" mode and back
  • switching group of control's enabled/visible state
  • styling view of controls by single method call (for exmple switching font size, color, style)
  • etc.

Informations

  • Status: Fully functional
  • Source: On purchase/registration
  • Source price: $20
  • Size: 365kB

Platforms: D2006, D2007, D2009, D7

TxdsHTTPShareForm v.1.0 b6

Components > Internet > Server-Side

By XDenSer Software.

Shareware 28 Feb 2003

Description

TxdsHTTPShareForm turns your application into HTTP server. You can share your Form with TxdsHTTPShareForm or entire Desktop on the Net.

You can use URL: http://Computer name or IP Adress running : to access your shared Form or Desktop. The browser passes user mouse clicks back to TxdsHTTPShareForm and TxdsHTTPShareForm simulates them on shared form or Desktop, and returns new updated image of the Form or Desktop.

TxdsHTTPShareForm uses JPEG image compression.

Informations

  • Status: Trial (work while IDE is running)
  • Source: On purchase/registration
  • price: $15
  • Size: 60kB

Platforms: D3, D5, D6, D7

Vis_dens Plug-in for WinAmp v.1.0

Code Samples > Samples > Plugins

By XDenSer Software.

Freeware + source 20 Feb 2002

Description

WinAmp visualisation plug-in sample source.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 179kB

Platforms: D3, D4, D5, D6

XDenSer HTTP Server Component Pack v.1.2

Components > Internet > Packs

By XDenSer Software.

Shareware 27 Dec 2006

Description

With XDenSer HTTP Server Components Pack you can easily create a standalone HTTP server w/o any HTML coding. Just put TxdsHTTPServer component and TxdsFormContentProducer on your form, create 1 HTTPAction Item and your form is turned into web form ready to interact with user.

Components:

  • TxdsHTTPServer - incapsulates HTTP server functionality, has HTTPActions collection to respond to HTTP requests, each HTTPAction item has corresponding Content Producer.
  • TxdsSimpleContentProducer - simplest content producer, the content produced just saved in Content property.
  • TxdsEventContentProducer - has an Event Handler to produce the content.
  • TxdsFormContentProducer - the content produced is based on the controls placed on the form, allows interaction with User through HTTP. Supports HTTP sessions.
  • TxdsHTTPSessionManager - manages the Session creation, handling and expiration for TxdsFormContentProducer component, when TxdsFormContentProducer works in multisession mode.
  • TxdsScreenImageContentProducer - the component similar to TxdsHTTPShareForm, but works in conjunction with TxdsHTTPServer and HTTPActions.
  • TxdsStaticPagesProducer - just allows access to html files in Shared Directory through TxdsHTTPServer.
  • TxdsHTTPForm - the component for TxdsFormContentProducer in multisession mode.

Informations

  • Status: Trial (work while IDE is running)
  • Source: On purchase/registration
  • price: $34
  • Source price: $135
  • Size: 1 207kB

Platforms: CB6, D2006, D5, D6, D7

XDenSer Text Completion Component v.1.0b6

Components > Edits, Memos > Other

By XDenSer Software.

Shareware 03 Aug 2004

Description

TxdsTXComplect when attached to any TCustomEdit descendant (TEdit, TMemo, TDBEdit, TDBMemo ...) watches user input in attached edit control and searches for the word the user entering so it is not necessary for user to enter whole word, text completion componet will end that word (text insertion is activated by shortcut). The component searches for words in DataSource - see DataSource Property.

Here is brief description of properties:

  • property AttachedControl:TCustomEdit; - the control where text will be completed;
  • property InsShortCut:TShortCut - shortcut to complete the text;
  • property PrevShortCut:TShortCut - shortcut to browse trough datasource to previous record;
  • property NextShortCut:TShortCut - shortcut to browse trough datasource to previous record;
  • property DataSource:TDataSource - data source with completed words or phrases;
  • property DataField:string read - field in DataSource where those words are stored;
  • property ListWindowWidth:Word - width of words list window;
  • property ListWindowHeight:Word - height of words list window;
  • property ListWindowAlphaBlend:Boolean - you may set it to true if you want list window to appear alpha blended under Win2000XP;
  • property ListWindowAlphaBlendValue:Byte - value of alphablend, ignored when ListWindowAlphaBlend is false;
  • property ListWindowFont:TFont - font of listwindow.

Informations

  • Status: With Nag-Screen
  • Source: On purchase/registration
  • Source price: $19
  • Size: 62kB

Platforms: D5, D6, D7