RDText Component features:True Transparent; 3D Text Shapes;X-Y Flicker Free Scroll;Rotated Text Output;Full configurable.
TCryptStream is inherited from TMemoryStream class and designed to hold and crypt by RSA algorithm any word sequence. It is very usefull for designing access controls for Paradox structure databases.
Delphi's SysUtils unit have nice function FormatDateTime for conversion from DateTimeto a String with format. Here is the inverse function:Function FormatStrToDateTime(Format, strDate : string) : TDateTime;
A non-visual component that helps retrieve the color of the pixel at which the mouse cursor is currently pointing. In addition, it contains internal timer for looping the color picking process.
A descendant of the TGraphicControl class that shows the area around the mouse cursor in different zooms. In addition, special effects can be achieved on the target image by using the CopyMode property.
A non-visual component that watches for change of the clipboard content.
TExpressionExplorer is designed for script support in user application. The internal script language is Pascal style. Scrypt code may have a set of internal functions and variables of different types based on Delphi Variant type. All of... |