CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 22:32:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080426005953
location: https://web.archive.org/web/20080426005953/https://www.daniweb.com/code/snippet480.html
server-timing: captures_list;dur=0.713119, exclusion.robots;dur=0.022017, exclusion.robots.policy;dur=0.009703, esindex;dur=0.010184, cdx.remote;dur=26.919358, LoadShardBlock;dur=243.873867, PetaboxLoader3.datanode;dur=82.970653
x-app-server: wwwb-app239
x-ts: 302
x-tr: 353
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 22:32:55 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Sat, 26 Apr 2008 00:59:53 GMT
x-archive-orig-server: Apache/2.2
x-archive-orig-x-powered-by: PHP/5.1.6
x-archive-orig-set-cookie: bblastvisit=1209165270; expires=Sun, 26-Apr-2009 00:59:53 GMT; path=/; domain=.daniweb.com
x-archive-orig-set-cookie: bblastactivity=0; expires=Sun, 26-Apr-2009 00:59:53 GMT; path=/; domain=.daniweb.com
x-archive-orig-cache-control: private
x-archive-orig-pragma: private
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 26 Apr 2008 00:59:53 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 12 Feb 2007 08:18:52 GMT", ; rel="prev memento"; datetime="Mon, 24 Mar 2008 14:55:39 GMT", ; rel="memento"; datetime="Sat, 26 Apr 2008 00:59:53 GMT", ; rel="next memento"; datetime="Sat, 20 Sep 2008 09:58:16 GMT", ; rel="last memento"; datetime="Wed, 19 Aug 2009 22:50:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_3_20080425163614_crawl102-c/51_3_20080426004128_crawl104.arc.gz
server-timing: captures_list;dur=0.544554, exclusion.robots;dur=0.018419, exclusion.robots.policy;dur=0.007960, esindex;dur=0.009275, cdx.remote;dur=8.351430, LoadShardBlock;dur=57.348284, PetaboxLoader3.datanode;dur=85.608878, load_resource;dur=106.154610, PetaboxLoader3.resolve;dur=55.421761
x-app-server: wwwb-app239
x-ts: 200
x-tr: 250
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Delphi to C# Equivalances - delphi
Delphi to C# Equivalances
•
•
•
•

What is DaniWeb IT Discussion Community?
You're currently browsing the Pascal and Delphi section within the Software Development category of DaniWeb, a massive community of 318,687 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,098 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Pascal and Delphi advertiser:
--- Basic Datatypes ---
--- Form Management ---
--- Data Access ---
--- Component model ---
--- Form Management ---
--- Data Access ---
--- Component model ---
--- Basic Datatypes --- Delphi: Variant C#: object (with boxing) Delphi: Assert C#: System.Diagnostics.Debug.Assert --- Form Management --- Delphi: TForm.FormStyle = fsMDIForm C#: Form.IsMDIContainer = true Delphi: TForm.FormStyle = fsMDIChild C#: Form.MdiParent = ventanaPrincipal; Delphi: TControl.Align C#: Control.Dock Delphi: TForm.ShowModal C#: Form.ShowDialog() Delphi: Button1.Default := True C#: Form.AcceptButton = button1 Delphi: TForm.ModalResult, TButton.ModalResult C#: Form.DialogResult, Button.DialogResult Delphi: TButton.Click C#: Button.PerformClick() Delphi: TButton.OnClick C#: Button.Click Delphi: Screen.ActiveForm C#: static Form.ActiveForm Delphi: Application.ExeName C#: System.Windows.Forms.Application.ExecutablePath Delphi: Application.OnException C#: Application.ThreadException --- Data Access --- Delphi: TCustomConnection (and descendents) C#: IDbConnection (and implementors) Delphi: TDataSetProvider C#: IDbDataAdapter (SqlDataAdapter, OleDbDataAdapter, etc) Delphi: TClientDataSet C#: DataSet, DataTable Delphi: TField C#: DataColumn Delphi: TField.Required = True C#: DataColumn.AllowDBNull = false Delphi: Variants.Null C#: System.DBNull.Value --- Component model --- Delphi: procedure Loaded; override; C#: Implements ISupportInitialize Delphi: property X ... default 100; C#: [DefaultValue(100)] int X { get; set; } Delphi: public property X: Y; C#: [Browseable(false)] public Y X { get; set; } Delphi: TService (Service app.) C#: System.ServiceProcess.ServiceBase
Post Comment
•
•
•
•
DaniWeb Marketplace (Sponsored Links)
- Today's Posts
- Unanswered Threads
Related Features
DANIWEB FEATURE INDEX
ADVERTISEMENT
STATISTICS