It permits to select visual components at runtime that have in a form; Like you can do with the Paint programs or in the Delphi IDE with the visual controls. You can move and resize the control selected.Put the control in the form, assign to him
Extended sample of threads execution (Basic sample modified) to show how the number of threads can be changed (by user) to execute a concrete task. A maximum number (by the user) is defined and sendt to the threads. When first are finishing the mai
This's a simple use sample of the API LockFile to detect active instances of an application. If you use a application in a network and you want to kwon wath instance of this application are running, this's a simple method.Each aplication/station have
It allows to create a panel where a similar grid is drawn to which there is in the forms when we are working in the IDE of Delphi. The wide color and of the grid can be defined that is wanted.
Component derived from a TListBox that adds the property to define order (sort)for the different elements from the list; Next to each element is a signal to indicate the sort type (ASC/DESC). It adds a array property to consult the state of each it
It allow to modify some aspects in the visualization of a standard Grid. It does not derive from the Grid, if not that works as complement to the standard component of Delphi. Automatically can paint Boolean and memo columns like text and
This component allows to retrieve various information about System Drives. Hard Disks, local, floppy disk, network drives, RAM Drives...Can retrieve information about Volume, Serial Number, free/occupied Space, labels, icon of system, Clusters,
The component allows to define a help/hint text that appears inside the edit control, ifthe control don`t have any text. When the user write anything the help text disappears.There are properties the Change the Text and color of the help text.You |