TWebUpdater
NewsProductsDownloadsSupportForumCredits

[Home][Support][TWebUpdater]


TWedupdater properties:


Caption: A string that holds the application caption during the update procedure.
The caption will be auto restore when thee update procedure is done.

Enable: Enable/Disable the component .

Progress Bar: Auto linkage the progress bar component.|
It shows the progress position.

Status Bar: Auto linkage the Status bar component.
It shows the update procedure basic messages.

Abort Message: A string that holds the Abort Message if a user chooses to abort.

About: About string (Programmers use only).

AppCurrentVer: A number that holds the application current version number (before the update). It supports double numbers like 0.0156 (The value will be in use if the programmer chooses “Number Comparing” update method).

ApplicationName: A string value that holds the Application Name. (The value will be in use if the programmer chooses “Match Details” method).

Author: A string value that holds the Author Name. (The value will be in use if the programmer chooses “Match Details” method).

BackupFolder: A string value that holds the backup folder that will be auto created during the update procedure. In this folder the updater will save all the old files which will be updated for case of an update failure.

Company: A string value that holds the Company Name. (The value will be in use if the programmer chooses “Match Details” method).

DeleteBatchFileOnComplete: A Boolean Value that set a command to delete the batch file when the update procedure is done.

Normally you will set it to true because there is no use for the user with the file.

DeleteLogOnComplete: A Boolean Value that set a command to delete the Log file when the update procedure is done.

Normally you will set it to true because there is no use for the user with the file.

DeleteUpdatesOnComplete: A Boolean Value that set a command to delete the Update files (and the updates folder) we have download and store in the “Update folder” when the update procedure is done.

Normally you will set it to true because there is no use for these files when the update is done.

DeleteWebInfoFileOnComplete: A Boolean Value that set a command to delete the Web Info File (Update.xml) we have download and store in the main folder when the update procedure is done.

Normally you will set it to true because there is no use for this file when the update is done.

EMail: A string value that holds the programmers Email. (The value will be in use if the programmer chooses “Match Details” method).

Error Message: A string that holds the initial Error Message in case of an error.

FullLogFileName: A string that show (Show only) the Log file name and path.
Its values are set by the application path and the log file name.

LogAddTime: A Boolean value that set the option to add a time and date to the log.

LogDate: A StringList value for accessing the Log data.

LogFileName: A string value that holds the log file name.

LogHeaderText: A string value that holds a header if you want to add a header to the log.

MailErrortReport: A Boolean value that set the option to mail back the programmer updater Error Reports. (The report has all the log details).

MatchDetails: A Boolean value that set the option to match author, company, name & email from the application with the Updater remote xml file (Important validation if you have several applications to update and you want to reassure the user that the update came from you).

Name: A string value that holds the component name.

OpenAppFolderOnComplete: A Boolean value that set the option to open (Explore) the application folder when the update procedure is complete.

QuitOnError: A Boolean value that set the option to quit updating in case of an error.
This feature is not totally in the hands of the programmer/user because the component must finish some tasks before exiting and there are tasks that even if the programmer wishes to ignore from errors, some other tasks must be completed before going on with the update procedure.

SaveBackup: A Boolean value that set the option to save backups of the files you intend to update.
It will auto create a backup folder with a sub folder named by the time/date.
All the original files will be auto saved in that folder.

ShowChangeLog: A Boolean value that set the option to show/add the change log in the “An update was found...” message.

ShowPersonalDetails: A Boolean value that set the option to show/add the Personal Details in the “An update was found...” message (A user validation that the update came from you).

ShowUpdateFileList: A Boolean value that set the option to show/add the Update File List in the “An update was found...” message (Simply will add files names).
Important only if you wish to inform the user which files will be updated.

ShowUserMessages: A Boolean value that set the option to show/hide most of the user messages (“Silent” Mode).

SuccessMessageText: A string value that holds the Success Message Text.

Tag: An Integer that can give a tag number to the component.

UpdateFormat: Here you can set the update format state by version number or not.

UpdateInfoText: A StringList value where you can add a header text to the “An update was found...” message.

UpdatesFolder: A string value that holds the Updates Folder name (where the downloaded files will be located).

WebInfoFileName: A string value that set the remote web site info file name.

WebUrl: A string value that set the path to the remote web site (Must include the exact folders too).

Cursor: Here you can set the application cursor during the update procedure.
The cursor will be auto restore when the update procedure is done.

[Previous][Up][Next]

Copyright (c) 2005 bsalsa productions. All rights reserved.

bsalsa@bsalsa.no-ip.info