Skip to main content

Home/ SiComponents | Delphi and C++ Builder Components/ Group items tagged suite

Rss Feed Group items tagged

tech writer

TsiLang Components Suite Binary Only - 0 views

  •  
    TsiLang component will help you to translate your Delphi and C++ Builder projects in one-two minutes. TsiLang can: Translate All string properties of components. Translate system locales. Translate all properties of TStrings type (TMemo.Lines, TComboBox.Items and etc.). Translate standard dialogs (MessageDlg, ShowMessage, InputBox and etc.) - so with TsiLang you won't recompile your library for each new project (you can see the examples of translated dialogs). Translate DisplayLabel properties for TField components. Translate Font property for components. Store user defined strings and translate them. Translate ActiveX form and all components on it. Build multilanguage web pages with Internet components. Build multilanguage reports. Translate all third-party components. TsiLang works good and fast both in design-time and run-time, since you don't have to execute your program for testing multilanguage interface. TsiLang allows you to store all translating strings in external file. In this way you can add ability for your customer to change your translation and even to build his own translation without recompile your project. You can distribute your multilanguage constants in external file and TsiLang will use this file for translating your application. The delivery of TsiLang contains the TsiLang Expert, that helps you to manage of your project translating process. This Add-In expert can scan your source files, collect the string constants, add them to TsiLang. Strings property and replace in your source reference to this strings by concerning method of TsiLang for retrieving multilanguage value instead of strong defined one.
tech writer

TsiLang Components Suite Binary Only | SiComponents - 0 views

  •  
    TsiLang component will help you to translate your Delphi and C++ Builder projects in one-two minutes. TsiLang can: Translate All string properties of components. Translate system locales. Translate all properties of TStrings type (TMemo.Lines, TComboBox.Items and etc.). Translate standard dialogs (MessageDlg, ShowMessage, InputBox and etc.) - so with TsiLang you won't recompile your library for each new project (you can see the examples of translated dialogs). Translate DisplayLabel properties for TField components. Translate Font property for components. Store user defined strings and translate them. Translate ActiveX form and all components on it. Build multilanguage web pages with Internet components. Build multilanguage reports. Translate all third-party components. TsiLang works good and fast both in design-time and run-time, since you don't have to execute your program for testing multilanguage interface. TsiLang allows you to store all translating strings in external file. In this way you can add ability for your customer to change your translation and even to build his own translation without recompile your project. You can distribute your multilanguage constants in external file and TsiLang will use this file for translating your application. The delivery of TsiLang contains the TsiLang Expert, that helps you to manage of your project translating process. This Add-In expert can scan your source files, collect the string constants, add them to TsiLang.Strings property and replace in your source reference to this strings by concerning method of TsiLang for retrieving multilanguage value instead of strong defined one.
tech writer

TsiLang Components Suite Full Source & One Year Updates - 0 views

  •  
    TsiLang component will help you to translate your Delphi and C++ Builder projects in one-two minutes. TsiLang can: Translate All string properties of components. Translate system locales. Translate all properties of TStrings type (TMemo.Lines, TComboBox.Items and etc.). Translate standard dialogs (MessageDlg, ShowMessage, InputBox and etc.) - so with TsiLang you won't recompile your library for each new project (you can see the examples of translated dialogs). Translate DisplayLabel properties for TField components. Translate Font property for components. Store user defined strings and translate them. Translate ActiveX form and all components on it. Build multilanguage web pages with Internet components. Build multilanguage reports. Translate all third-party components. TsiLang works good and fast both in design-time and run-time, since you don't have to execute your program for testing multilanguage interface. TsiLang allows you to store all translating strings in external file. In this way you can add ability for your customer to change your translation and even to build his own translation without recompile your project. You can distribute your multilanguage constants in external file and TsiLang will use this file for translating your application. The delivery of TsiLang contains the TsiLang Expert, that helps you to manage of your project translating process. This Add-In expert can scan your source files, collect the string constants, add them to TsiLang.Strings property and replace in your source reference to this strings by concerning method of TsiLang for retrieving multilanguage value instead of strong defined one.
tech writer

TsiLang Components Suite Full Source & One Year Updates | SiComponents - 0 views

  •  
    TsiLang component will help you to translate your Delphi and C++ Builder projects in one-two minutes. TsiLang can: Translate All string properties of components. Translate system locales. Translate all properties of TStrings type (TMemo.Lines, TComboBox.Items and etc.). Translate standard dialogs (MessageDlg, ShowMessage, InputBox and etc.) - so with TsiLang you won't recompile your library for each new project (you can see the examples of translated dialogs). Translate DisplayLabel properties for TField components. Translate Font property for components. Store user defined strings and translate them. Translate ActiveX form and all components on it. Build multilanguage web pages with Internet components. Build multilanguage reports. Translate all third-party components. TsiLang works good and fast both in design-time and run-time, since you don't have to execute your program for testing multilanguage interface. TsiLang allows you to store all translating strings in external file. In this way you can add ability for your customer to change your translation and even to build his own translation without recompile your project. You can distribute your multilanguage constants in external file and TsiLang will use this file for translating your application. The delivery of TsiLang contains the TsiLang Expert, that helps you to manage of your project translating process. This Add-In expert can scan your source files, collect the string constants, add them to TsiLang.Strings property and replace in your source reference to this strings by concerning method of TsiLang for retrieving multilanguage value instead of strong defined one.
tech writer

VCL Scheduling Agent - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparision with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent | SiComponents - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparision with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent 1 Year Updates Prolongation - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent 1 Year Updates Prolongation | SiComponents - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent 1 Year Updates Prolongation (Site License) - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent 1 Year Updates Prolongation (Site License) | SiComponents - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent Site Licence - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
tech writer

VCL Scheduling Agent Site Licence | SiComponents - 0 views

  •  
    SiComponents Scheduling Agent is a VCL wrapper for Microsoft Task Scheduler API. The core component TTaskScheduler and attendant classes make your application be able to do: Enumerate all tasks on a target computer. Create new scheduled tasks and delete existing ones. Schedule a task to run at a specific time or when a specific event occurs. Change the schedule for a task. Modify other settings for a task, for example, application name, parameter string, working directory, etc. Run immediately or stop a scheduled task. The main advantage of using SiComponents Scheduling Agent in comparison with other scheduling suites is that the most of work on the task maintenance and launching is performed by the operating system. That is, if you want your application runs in scheduled times you do not need to put a timer into the application and make it resident. The Windows will launch your application just-in-time with the parameters and custom data you have provided.
1 - 20 of 28 Next ›
Showing 20 items per page