The TDispatcher component is a tool for deferred activation of desired action. It is a nonvisual component capable of activating procedures after all previously occurred events are processed. Using TDispatcher component you can schedule your...
TDropStar component maintains a star of rays -- a set of visual pointers to the target controls. TDropStar component behaviour is very much the same as that of TComboBox, but instead of a drop-down list of strings there is a set of visual pointers...
TKinComponentList object encapsulates a list of TComponents. It is designed to maintain the Components list not only at run-time, but also at design-time, so the TCompListProperty property editor is constructed for this purpose.
The TResumer component is a tool for deferred activation of desired action. It is a nonvisual component capable of activating procedures after all previously occurred events are processed. In particular, this may be used for synchronization with...
TSightPoint is a visual component for manually setting and/or marking point on the screen. It is a device aiding the eye (and mouse pointer) in aiming. It has a look of sight (aiming device) - an ellipse (defined by Top, Left, Width and Height)...
The Selected Components Expert is a Delphi AddIn Expert. This expert copies to the Clipboard full names of all selected components from all loaded project forms and datamodules. The data is written to Clipboard both in standard text Clipboard...
The TGraphLink component is designed to represent and display graph edge for both directed and undirected graphs. It is a line connecting two points (nodes) and optional one or two arrows on this line. You can change:the line widtharrow's style,...
TLoopButton is a standard button equipped with an additional iterating feature that allows to simulate series of button clicks. |