<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Klikwae The Info &#187; delphi</title>
	<atom:link href="http://www.klikwae.info/tag/delphi/feed" rel="self" type="application/rss+xml" />
	<link>http://www.klikwae.info</link>
	<description>Let&#039;s share about business, computer, delphi, download, electronic, hardware, internet, mobile phones, programming, software and more</description>
	<lastBuildDate>Fri, 05 Mar 2010 08:00:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Delphi GSM Tool VCL</title>
		<link>http://www.klikwae.info/delphi-gsm-tool-vcl.htm</link>
		<comments>http://www.klikwae.info/delphi-gsm-tool-vcl.htm#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:06:50 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://alltechno.info/delphi-gsm-tool-vcl.html</guid>
		<description><![CDATA[List of Delphi GSM Tools VCL, There are: TOxygen SMS, TSMSModule, Boomerang Lite Oxygen SMS The TOxygenSMS Component works under Microsoft Windows 95, 98, NT, ME and 2000 operating systems family and supports Borland Delphi version 3,4,5,6,7 and Borland C++ Builder 5. http://www.oxygensoftware.com TSMSModule http://www.anewed.com Boomerang Lite BOOMERANG is the component library for GSM communication [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/delphi-gsm-tool-vcl.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable/enable an individual radio button of a RadioGroup</title>
		<link>http://www.klikwae.info/disableenable-an-individual-radio-button-of-a-radiogroup.htm</link>
		<comments>http://www.klikwae.info/disableenable-an-individual-radio-button-of-a-radiogroup.htm#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:28:30 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[radiogroup]]></category>
		<category><![CDATA[source]]></category>
		<guid isPermaLink="false">http://alltechno.info/disableenable-an-individual-radio-button-of-a-radiogroup.html</guid>
		<description><![CDATA[source : http://www.festra.com The following code shows how to disable or enable an individual radio button in a TRadioGroup component, the second radio button in our example. Note that the RadioGroup.Controls is a zero based array. procedure TForm1.Button1Click(Sender: TObject); begin TRadioButton(RadioGroup1.Controls[1]). Enabled := False; end;<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/disableenable-an-individual-radio-button-of-a-radiogroup.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Line number of the cursor in a TMemo</title>
		<link>http://www.klikwae.info/line-number-of-the-cursor-in-a-tmemo.htm</link>
		<comments>http://www.klikwae.info/line-number-of-the-cursor-in-a-tmemo.htm#comments</comments>
		<pubDate>Mon, 29 Dec 2008 06:40:32 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tmemo]]></category>
		<guid isPermaLink="false">http://alltechno.info/line-number-of-the-cursor-in-a-tmemo.html</guid>
		<description><![CDATA[source : http://www.festra.com To determine which line number the cursor of a Memo component is in, you can use the Windows API function SendMessage. (*API = Application Programmr Interface) In the example below, the integer variable LineNumber receives the line number that the cursor of Memo1 is in: LineNumber := SendMessage(Memo1.Handle, EM_LINEFROMCHAR, Memo1.Selstart, 0);<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/line-number-of-the-cursor-in-a-tmemo.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi String Handling (Removing spaces)</title>
		<link>http://www.klikwae.info/delphi-string-handling-removing-spaces.htm</link>
		<comments>http://www.klikwae.info/delphi-string-handling-removing-spaces.htm#comments</comments>
		<pubDate>Sat, 27 Dec 2008 06:40:32 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[string]]></category>
		<guid isPermaLink="false">http://alltechno.info/delphi-string-handling-removing-spaces.html</guid>
		<description><![CDATA[source : http://www.festra.com Count each non-spaces substring as a word, if it is followed by a space, or if it comes at the end of the string. With this rule, you don&#8217;t have to worry about multiple, leading nor trailing spaces Delphi 7 code example: suppose your string is in variable S, WordCount and CharCounter [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/delphi-string-handling-removing-spaces.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up the display of Delphi list components</title>
		<link>http://www.klikwae.info/speed-up-the-display-of-delphi-list-components.htm</link>
		<comments>http://www.klikwae.info/speed-up-the-display-of-delphi-list-components.htm#comments</comments>
		<pubDate>Sun, 21 Dec 2008 17:14:39 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tip trick]]></category>
		<guid isPermaLink="false">http://alltechno.info/speed-up-the-display-of-delphi-list-components.html</guid>
		<description><![CDATA[source : http://www.festra.com If you use a Delphi component like a ListBox, Memo, TreeList, ListView,&#8230; and you add or modify a lot of items (lines, nodes,&#8230;), the component&#8217;s performance becomes very slow. This is due to the fact that after each change, it is redrawn on the screen. Thus, modifying 10000 items of a ListBox [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/speed-up-the-display-of-delphi-list-components.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TOxygenSMS Component for Borland Delphi and Borland C++ Builder</title>
		<link>http://www.klikwae.info/toxygensms-component-for-borland-delphi-and-borland-c-builder.htm</link>
		<comments>http://www.klikwae.info/toxygensms-component-for-borland-delphi-and-borland-c-builder.htm#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:54:32 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[imei]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[shareware]]></category>
		<guid isPermaLink="false">http://alltechno.info/toxygensms-component-for-borland-delphi-and-borland-c-builder.html</guid>
		<description><![CDATA[TOxygenSMS component is designed to give an access to SMS and Calendar capabilities of Nokia GSM phone from a Windows program. SMS section allows you to send, receive, read and delete messages from Inbox, read and write default SMS centre number and many other features like battery and signal level, hardware and software revision and [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/toxygensms-component-for-borland-delphi-and-borland-c-builder.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barcode VCL Component 1.8.6.48</title>
		<link>http://www.klikwae.info/barcode-vcl-component-18648.htm</link>
		<comments>http://www.klikwae.info/barcode-vcl-component-18648.htm#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:08:13 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[shareware]]></category>
		<guid isPermaLink="false">http://alltechno.info/barcode-vcl-component-18648.html</guid>
		<description><![CDATA[Include Barcode ,DBBarcode, QRBarcode and QRDBarcode, Create, view and print barcodes for your applications as easy as typing the code. Simply enter the desired characters and select the type. The barcode will be created! the Quick Rreport is supported now. Developers use Barcode like any other VCL component. Extend your applications with barcode technology with [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/barcode-vcl-component-18648.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Master 2003 VCL 11.7.0.286</title>
		<link>http://www.klikwae.info/data-master-2003-vcl-1170286.htm</link>
		<comments>http://www.klikwae.info/data-master-2003-vcl-1170286.htm#comments</comments>
		<pubDate>Sun, 02 Nov 2008 04:26:18 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[freeware]]></category>
		<guid isPermaLink="false">http://alltechno.info/data-master-2003-vcl-1170286.html</guid>
		<description><![CDATA[Data Master 2003 VCL component library provides you with high performance 2D graphics engine specially optimized for scientific and technical applications as well as other reusable components created for DM2003 software. You can visualize and edit numeric data as plot curves and worksheets, create presentation-quality graphs with a lot of properties, display real-time streams of [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/data-master-2003-vcl-1170286.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeReport 2.34</title>
		<link>http://www.klikwae.info/freereport-234.htm</link>
		<comments>http://www.klikwae.info/freereport-234.htm#comments</comments>
		<pubDate>Sat, 01 Nov 2008 04:26:18 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[source code]]></category>
		<guid isPermaLink="false">http://alltechno.info/freereport-234.html</guid>
		<description><![CDATA[FreeReport is reporting tool component. It consists of report engine, designer and preview. Its capabilities comparable with in QuickReport 3, ReportBuilder 3.52. It written on 100% Object Pascal and can be installed in Delphi 4-7,2005,2006 and C++Builder 4-6. This version of FreeReport based on FastReport ver. 2.32. ROYALTY-FREE with FULL source code. download : Free [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/freereport-234.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create and free Delphi form dynamically</title>
		<link>http://www.klikwae.info/create-and-free-delphi-form-dynamically.htm</link>
		<comments>http://www.klikwae.info/create-and-free-delphi-form-dynamically.htm#comments</comments>
		<pubDate>Mon, 27 Oct 2008 17:04:55 +0000</pubDate>
		<dc:creator>klikwae</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tip trick]]></category>
		<guid isPermaLink="false">http://alltechno.info/create-and-free-delphi-form-dynamically.html</guid>
		<description><![CDATA[source : http://www.festra.com When creating a Delphi component dynamically (a form or whatever other component), in the Create method you have to specify its owner, for example: Form2 := TForm2.Create(aOwner); aOwner can be another object or nil (no owner): - a component with an owner is destroyed automatically, when its owner is destroyed. - a [...]<br/><a href="http://www.klikwae.info">Klikwae The Info</a>]]></description>
		<wfw:commentRss>http://www.klikwae.info/create-and-free-delphi-form-dynamically.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
