
delphi-central.com
Delphi Central provider of Delphi programming tutorialsA learning zone for people wishing to learn programming using Borland Delphi by following step by step tutorials with source code
http://www.delphi-central.com/
A learning zone for people wishing to learn programming using Borland Delphi by following step by step tutorials with source code
http://www.delphi-central.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
1 seconds
16x16
32x32
64x64
128x128
Allan Carlton
Hol●●●ove
Not●●●ham , NG14 6HW
GB
View this contact
Allan Carlton
Hol●●●ove
Not●●●ham , NG14 6HW
GB
View this contact
1&1 Internet Ltd.
Hostmaster ONEANDONE
10-14●●●●● Road
Sl●●gh , BRK, SL1 3SA
GB
View this contact
20
YEARS
7
MONTHS
7
DAYS
1 & 1 INTERNET AG
WHOIS : whois.schlund.info
REFERRED : http://1and1.com
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
38
SITE IP
83.223.100.184
LOAD TIME
0.971 sec
SCORE
6.2
Delphi Central provider of Delphi programming tutorials | delphi-central.com Reviews
https://delphi-central.com
A learning zone for people wishing to learn programming using Borland Delphi by following step by step tutorials with source code
First Delphi .NET Tutorial - Hello World
http://www.delphi-central.com/tutorials/DelphiDotNet.aspx
First Delphi .NET Tutorial - Hello World. This Delphi tutorial shows you how to write your first .NET program. WinForms is a programming model used to create Windows Applications. The .NET framework offers base classes for building Windows applications. Most of the functionality for these classes is in the System.Windows.Forms. Lets look at the simplest traditional "hello world" example which will help us create our first Windows application in Delphi .NET. Components : IContainer; procedure. How to Impl...
Delphi Components
http://www.delphi-central.com/components
Delphi components are one of the reasons that Delphi is such a popular programming environment. Using components is really easy and they are a great way of reusing you own code and that of third parties. Delphi components are also compatible with C Builder but not the other way round. There will be about 6 components in total (all with source code), so to get started here goes. Spawn Command-line Processes Component. GroupBox derivative that recursively enables/disables all children as well.
How to get File Summary Info
http://www.delphi-central.com/tutorials/File_Summary_Info.aspx
How to get File Summary Info. On Windows 2000 you can right-click in Explorer to get the file properties on any file and can associate summary information to any type of files, including even text files. First thing you probably want do is to detect whether the current volume is NTFS:. But how to read these properties? Is it really nessesary to work with a streams? The implementation of IPropertySetStorage on NTFS file system is similar with compound file implementation and available only on Windows 2000...
How to write a Ping utility in Delphi using ICMP.dll
http://www.delphi-central.com/tutorials/icmp-ping.aspx
Programming Ping with Delphi. How to write a Ping utility using ICMP.dll. Windows supports an Internet Control Message Protocol (ICMP) to determine whether or not a particular host is available. is a network layer protocol that delivers flow control, error messages, routing, and other data between Internet hosts. ICMP is primarily used by application developers for a network ping. If you are writing new application will be better to use the Winsock 2 raw sockets support, implemented in Indy, for example.
Programming a Memory Game in Delphi - Part 2 - Starting to Code
http://www.delphi-central.com/tutorials/memory_game_2.aspx
Programming a Memory Game in Delphi - Part 2 - Starting to Code. In part 1 of Programming a Memory Game. We explained how to create the form and drawgrid at design time. Now we will move onto writing the actual code. Keeping the Images to be Drawn. Since we have 20 cells on our grid, we need 10 distinct images. We can keep all of them in the executable file itself, but if we do this, the .exe file becomes bigger,. For this purpose, we will need two global arrays:. One for the images,. Procedure LoadImage...
TOTAL PAGES IN THIS WEBSITE
18
About Delphi: August 2008
http://about-delphi.blogspot.com/2008_08_01_archive.html
This blog is for posting articles related to Delphi and PHP techniques . Already posted various articles related to the important matters like Dll [Dynamic Loading] , Threads , Delphi Interview questions , Delphi forums , Delphi Groups etc . Related to PHP , posted a single article to teach how to install and configure PHP and Apache web server. Thursday, August 21, 2008. Manipulating files in your system. Manipulating files in your system. Finds the file in the system or returns False. File did not exis...
Delphi Programming Resource: Useful Delphi Related Links
http://delpres.blogspot.com/2008/07/useful-delphi-related-links.html
Useful Delphi Related Links. All Delphi related blogs at one place. Your guide to everything you want to know about Delphi related topics. Home of Delphi's RAD web development tool IntraWeb. Award-winning and huge component collection and almost daily updates. Learn all about Delphi. Interactive Delphi page with components, news, tips, info. Articles and tutorials on Borland Delphi. Dutch Delphi portal site. Latest Borland news, Delphi news, C Builder news. More interactive Delphi pages.
Delphi Programming Resource: July 2008
http://delpres.blogspot.com/2008_07_01_archive.html
FastMM, a Fast Memory Manager. Is a lightning fast replacement memory manager for Borland Delphi Win32 applications that scales well in multi-threaded applications, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. Got a a few minor speed optimizations and a bug affecting DLLs was fixed in both: A DLL would erroneously check for memory leaks on shutdown, even when it was sharing the main application's memory manager. Read updates of FastMM through.
آموزش دلفی و پاسکال - آموزش پاسکال 3
http://delphi2008.blogfa.com/post-66.aspx
آموزش دلفی و پاسکال. آموزش دلفی و پاسکال و دانلود ابزار لازم در دلفی. مثال : برنامه اي بنويسيد كه دو عدد را از ورودي دريافت و طبق جدول زير نسبت به مقدار آن واكنش نشان دهد. B 3 2 1 1.b b.1 واكنش. Writeln (' enter a,b :');. For i:=1 to b do. Or I;=b downto 1 do. For i:=1 to b do. آرايه ها به عناصري اتلاق ميشود كه با يك نام تعدادي محل از حافظه را كنترل كند براي تشخيص محلها از انديس استفاده ميشود. انواع آرايه ها :. 1- آرايه هاي يك بعدي. 2- عناصر دو بعدي. 3- آرايه هاي سه بعدي. تعريف آرايه ها :. Max := a[i];.
آموزش دلفی و پاسکال - دانلود دلفی 7
http://delphi2008.blogfa.com/post-57.aspx
آموزش دلفی و پاسکال. آموزش دلفی و پاسکال و دانلود ابزار لازم در دلفی. بعضی از دوستان لینک دانلود دلفی رو خواسته بودن که براتون میزارم. شمل میتونید از اینجا. ویرایش ۷ دلفی رو دانلود کنید. البته میتونید ویرایش های دیگه دلفی رو نیز از این سایت دانلود کنید. Http:/ www.brothersoft.com/delphi-76437.html. نوشته شده در دوشنبه ۱۳۸۹/۰۵/۲۵ساعت 21:7 توسط مهدی اعترافي. سايتي كامل درباره دلفي و پاسكال. اگر خوب بگردی درباره دلفی خوب چیزهایی گیرت می آد. وب سایت گروه ستاره سهیل. انجمن تخصصی برنامه نویسان ایرانی.
آموزش دلفی و پاسکال - چند تا کد
http://delphi2008.blogfa.com/post-58.aspx
آموزش دلفی و پاسکال. آموزش دلفی و پاسکال و دانلود ابزار لازم در دلفی. پاک کردن، کپی کردن و انتقال یک فایل یا فولدر :. RemoveDir('c: path') or RmDir('c: path'). Check if a Directory exists. If DirectoryExists('c: path') then . RenameFile('file1.txt', 'file2.xyz'). MoveFile('C: file1.txt','D: file1.txt');. Change a File's Extension. ChangeFileExt('test.txt', 'xls'). Check if a File exists. If FileExists('c: filename.tst') then . غیر فعال کردن Task Manager :. Reg := TRegistry.Create;. BTF = True then.
آموزش دلفی و پاسکال - آموزش پاسکال 2
http://delphi2008.blogfa.com/post-65.aspx
آموزش دلفی و پاسکال. آموزش دلفی و پاسکال و دانلود ابزار لازم در دلفی. مثال : برنامه اي بنويسيد كه دو عدد را از ورودي دريافت و چنانچه عدد اول در بازه 0 تا 5 بود توان دوم عدد دوم را چاپ كند چنانچه 68 بود حاصلضرب دو عدد را چاپ كند و در غير اينصورت مقادير مجاز را چاپ كند. WRITELN('ENTER TWO NUMBER');. WRITELN('ENTER 0.5 OR 68');. معادل برنامه بالا با دستور If :. Writeln('enter 2 number');. Writeln('enter 0.5 or68');. تكليف : روشي براي تلفظ اعداد پيدا كنيد. Do مقدار نهايي to { مقدار شروع=: متغير for. مثال : ب...
آموزش دلفی و پاسکال - چند تا سورس کد....
http://delphi2008.blogfa.com/post-51.aspx
آموزش دلفی و پاسکال. آموزش دلفی و پاسکال و دانلود ابزار لازم در دلفی. چند تا سورس کد. اجرای Task Manager :. TForm1.Button1Click(Sender: TObject);. Open', 'taskmgr', ' , ' ,SW SHOWNORMAL);. مشخص نمودن اجراء بودن یک پروسس :. FSnapshotHandle := CreateToolhelp32Snapshot(TH32CS SNAPPROCESS, 0);. FProcessEntry32.dwSize := SizeOf(FProcessEntry32);. ContinueLoop := Process32First(FSnapshotHandle, FProcessEntry32);. Result := False;. Result := True;. ContinueLoop := Process32Next(FSnapshotHandle, FProcessEntry32);.
آموزش دلفی و پاسکال - برنامه مشاور املاک
http://delphi2008.blogfa.com/post-69.aspx
آموزش دلفی و پاسکال. آموزش دلفی و پاسکال و دانلود ابزار لازم در دلفی. امروز یه سورس که توسط یکی از اعضای جامعه برنامه نویس نوشته شده برای دانلود واستون قرار میدم. این برنامه توسط nilidelphi نوشته شده و توضیحات نویسنده اون رو میتونید در ادامه بخونید :. با سلام خدمت همه ی دوستان و علاقمندان. یه مدت پیش یکی از دوستان سال پایینی دانشگاهمون ازم خواست که براش یه پروژه مشاوره املاک بنویسم خوب منم نوشتم. حالا هم برای استفاده ی همه دوستان انجمن برنامه نویس میخوام بزارم شاید مفید واقع بشه. وب سایت گروه ستاره سهیل.
TOTAL LINKS TO THIS WEBSITE
38
Делфи Капитал Груп (DCG) | «Delphi Capital Group» (DCG) -= www.delphi-cap.com =-
Providing investment advisory services to Ukrainian and CIS companies as well as global investors. Документация для привлечения капитала. Анализ рынка и маркетинговые исследования. Документация для привлечения капитала. Анализ рынка и маркетинговые исследования. Делфи Капитал Груп (DCG). Делфи Капитал Груп (DCG). Мы являемся полностью независимой компанией, работаем в соответствии с международными стандартами инвестиционно-банковской и консалтинговой деятельности. Компания Делфи Капитал Груп.
Welcome delphi-capital.com
Passenger train toilet - Wikipedia, the free encyclopedia
From Wikipedia, the free encyclopedia. Redirected from Passenger train toilets. Usually medium and long-distance) have toilet. Facilities, often at the ends of carriages. Toilets suitable for wheelchair. Users are larger, and hence trains with such facilities may not have toilets in each carriage. The traditional method of disposing human waste from trains. Is to deposit the waste onto the tracks. Using what is known as a hopper toilet. Or prolonged stop-over. If a train is required in service again ...
Roozbeh's Programming blog
Friday, August 29, 2008. What does DTM BROWSERDISPATCH gives you? Well,as some documentations state it gives you IBrowser,IBrowser2,IBrowser3 interfaces. Remember they are different from IWebBrowser and IWebBrowser2 interfaces. But where are the definitions of these interfaces? Well actually from win ce 4.2,there are no such interfaces found in your SDK.So you have to use older SDKs found in for example PocketPC 2000/2002,and copy/paste them into your header file. But why do i need all these? Why there i...
Healing Sciences, Spiritual Studies
School of Healing • Spiritual Training. Metaphysics • Transpersonal Psychology. Join our Circle of Light Newsletter and stay informed of Upcoming Classes, Workshops, Events. This site uses inline frames. Please configure your browser to display inline frames. More at OASIS GALLERY. Program Brochures Healing Arts Journals. Student Letters and Testimonials. Self-Enlightenment Online Correspondence Courses.
Delphi Central provider of Delphi programming tutorials
Delphi Central - Tutorials, Hints and Information. Welcome To Delphi Central. Are a great way to share Delphi programming knowledge amongst the Delphi community. The site is currently home to over 50 Delphi programming tutorials. I've had a much busier year than expected so only now have I found the time to publish a new tutorial called Writing a Bricks Game in Delphi. More will follow. I have found the time to start my own programming blog. Available for download with full source code. First Delphi ....
Blog de Delphi-Cleme - Clemence And Delphine = (L) - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Clemence And Delphine = (L). Deux meilleures amies éloignées.*. Découvrez leur histoire :]. Mise à jour :. Nous deux c'est pour la VIE.♥. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le mercredi 20 janvier 2010 11:26. Ou poster avec :.
Все статьи
Наш проект - для тех, кто хочет научиться программировать на языке Delphi либо уже умеет программировать, но хочет углубить свои знания, найти для себя что-то новое и полезное. На нашем сайте вы найдете различные программные коды, написанные на Delphi, и опиcания к ним. Так же предоставлена возможность скачать целиком объемные проекты. Язык программирования Delphi (Object Pascal) возник в результате развития языка Turbo Pascal, его функционального расширения. Файловые менеджеры: Total Commander, Frigate;.
Home
Delphi Code Camp - Das Trainingsevent für Delphi-Entwickler
Delphi Code Camp - Das Trainingsevent für Delphi-Entwickler. 15 - 17. April 2015. Courtyard by Marriott Düsseldorf Seestern. Delphi Code Camp 2015. Das Trainingsevent mit drei topaktuellen Delphi-Workshops. Das Delphi Code Camp ist das einzigartige Trainings-Highlight für Delphi-Entwickler. Bernd Ua. Zwei der bekanntesten deutschsprachigen Delphi-Experten, vermitteln Ihnen in drei ganztägigen Power Workshops wertvolles Wissen zu den Themen "Datenbankanwendungen mit FireDAC". Mittwoch, 15. April 2015.
Delphi программы, исходники, готовые учебные программы на делфи
Coderu Delphi программы, исходники. Моделирование поведения неламинарного турбулентного пучка в магнитном и электрическом поле. В данной работе проводится исследование поведения (моделирование) неламинарного турбулентного электронного пучка в периодическом магнитном поле в присутствии тормозящего поля. Неламинарность в пучке приводит к тому, что в системах на их основе наблюдаются шумоподобные колебания ВЧ и СВЧ диапазонов. Rn 1= b*Rn k*sin(? Показатели Ляпунова играют важную роль в теории гамильтоновых ...