FireWire controller class. Provides all control functions for IEEE 1394 devices (SONY cameras, VCRs...). TFireWireControl = class public constructor Create; destructor Destroy; override; function Build(const DevName: string): HRESULT;
General Purpose Sql Function is a tutorial which defines an user defined function which is used to run non query Sql statements. The author in this tutorial describes this function for general purpose. In this function you can use the SqlConnection o
The usage of ASC() function is explained in this ASP online tutorial that provides sample snippet from which you can learn the syntax of ASC function and can learn the ways how to retrieve the ANSI value for specific letters. This function will be us
The Replace Function is an article which describes about replacing the functions which will be more helpful for the ASP programmer to create a database programme. Here author discusses about various advantages of this function over the other function
If you believe that database abstraction is a good think, but you don't want to join the religous fights about the best one out there, then we have a common interest. / This abstract wrapper class provides easy and simple class methods to access the
This component has the same basic functions as TIniFile andmany additional methods for stored data in binary file, such as:function ReadData(): Integer;function ReadStream(): Integer;function ReadDouble():
This tutorial educates you in detail about the Response.PICS function and provides examples for this function. Describes that using this function you can specify the pics label in the URL header to display that pics label on site pages and this prope
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;
Users can utilize this given function for eliminating the occurrences of substring in a string. This function will be useful for Active Server Pages. This function will be of much use for the users in minimizing coding process for parsing strings.
In this online tutorial, it is clearly taught that VBscript's instr() function can be used to search for a particular sub string or character within a string where the said function performs the same process but from the end of the string. Widely use |