Arsip: DsgnIntf

more 17 years ago
p2bf
Semoga rekan2 smua ga bosen ama pertanyan diriku....
langsung aja...
1. sebenerbya File DsgnIntf apa?
2. kenapa di delphi 7 ga ada?
3. gmn supaya bisa jalan di delphi 7?
thank's... :lol:

more 17 years ago
p2bf
Dealing with DsgnIntf.pas code trouble
Many of you might have experienced problems when trying to use DsgnIntf.pas in applications that are compiled under Delphi 6 or 7. Since the original DsgnIntf.pas code has been splitted up in those newer versions, the following trick helps in most situations:
{$UNDEF DEL345}
{$IFDEF VER100} {$DEFINE DEL345} {$ENDIF}
{$IFDEF VER120} {$DEFINE DEL345} {$ENDIF}
{$IFDEF VER130} {$DEFINE DEL345} {$ENDIF}
uses
{$IFDEF DEL345}
DsgnIntf
{$ELSE}
DesignIntf, DesignEditors, VCLEditors, RTLConsts
{$ENDIF};
Put the above code at the place that pointed to just DsgnIntf before, and you should be a happy person again. :-)
http://www.inner-smile.com/delphifaq.phtml#Defs
Iya mas bener.. cuma komponent itu buat Delphi 5 tapi setelah gugel2 ternyata di D7 pake DesignIntf ama DesignEditors. :lol:
mungkin yang lainnya bisa nambahin...
more ...
- Pages:
- 1
reply |
Report Obsolete
AI Forward

🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago
Random Topic
- Delphi Powerfull
by ksatria_77 in OOT more 18 years ago - Dari Pada Kosong.. hue he he
by cyber_hecker in MsSQL more 20 years ago - Tolong dunkz ? da yang tau kasih tau yapz
by jajang in Tip n Trik Pemrograman more 16 years ago - koneksi ado+acces error di vista
by donlego in Lain-lain more 16 years ago - Delphi Pemrograman OOP murni apa terstruktur
by khairulfahmi in Enginering more 17 years ago - Jumlah Komponen dalam Form
by SnipSnip in Form Enhancement & Graphical Controls more 19 years ago - FullScreen
by m3llo in Tip n Trik Pemrograman more 17 years ago - menampilkan laporan sambil editing database
by emhacho in Hal umum tentang Pascal Indonesia more 16 years ago - Ngasih Warna di Detail Data Fastreport
by supermuam in Reporting more 16 years ago - baca direktori web
by Shaf in Network, Files, I/O & System more 17 years ago