Concepts

所属分类:Pascal/Delphi编程
开发工具:Pascal
文件大小:0KB
下载次数:0
上传日期:2022-10-20 11:10:42
上 传 者sh-1993
说明:  演示一些编程概念和Delphi库的模块集合。
(A collection of modules which demonstrate some programming concepts _and_ Delphi libraries.)

文件列表:
Bin/ (0, 2022-02-27)
Bin/Win32/ (0, 2022-02-27)
Bin/Win32/Colors/ (0, 2022-02-27)
Bin/Win32/Colors/Blue.json (4979, 2022-02-27)
Bin/Win32/Colors/Classic.json (4807, 2022-02-27)
Bin/Win32/Colors/Default.json (5675, 2022-02-27)
Bin/Win32/Colors/Monokai.json (4942, 2022-02-27)
Bin/Win32/Colors/Ocean.json (4881, 2022-02-27)
Bin/Win32/Colors/Purple.json (4979, 2022-02-27)
Bin/Win32/Colors/Twilight.json (4827, 2022-02-27)
Bin/Win32/Colors/Visual Studio [TM].json (4795, 2022-02-27)
Bin/Win32/Colors/tsColors.json (5910, 2022-02-27)
Bin/Win32/Highlighters/ (0, 2022-02-27)
Bin/Win32/Highlighters/ASP.json (7992, 2022-02-27)
Bin/Win32/Highlighters/AWK.json (8780, 2022-02-27)
Bin/Win32/Highlighters/ActionScript.json (9483, 2022-02-27)
Bin/Win32/Highlighters/Assembler - 68HC11.json (15563, 2022-02-27)
Bin/Win32/Highlighters/AutoIt v3.json (21612, 2022-02-27)
Bin/Win32/Highlighters/C#.json (11828, 2022-02-27)
Bin/Win32/Highlighters/C++.json (11975, 2022-02-27)
Bin/Win32/Highlighters/C.json (9678, 2022-02-27)
Bin/Win32/Highlighters/CSS.json (10873, 2022-02-27)
Bin/Win32/Highlighters/CoffeeScript.json (9249, 2022-02-27)
Bin/Win32/Highlighters/D.json (12216, 2022-02-27)
Bin/Win32/Highlighters/Delphi Form Module.json (5681, 2022-02-27)
Bin/Win32/Highlighters/Free Pascal.json (18338, 2022-02-27)
Bin/Win32/Highlighters/Go.json (9588, 2022-02-27)
Bin/Win32/Highlighters/Groovy.json (9614, 2022-02-27)
Bin/Win32/Highlighters/HTML with Scripts.json (19723, 2022-02-27)
Bin/Win32/Highlighters/INI.json (3063, 2022-02-27)
Bin/Win32/Highlighters/Inno Setup.json (14223, 2022-02-27)
Bin/Win32/Highlighters/JSON.json (10799, 2022-02-27)
Bin/Win32/Highlighters/Java.json (7866, 2022-02-27)
Bin/Win32/Highlighters/JavaScript.json (16616, 2022-02-27)
Bin/Win32/Highlighters/LaTex.json (6173, 2022-02-27)
Bin/Win32/Highlighters/Lisp.json (8157, 2022-02-27)
Bin/Win32/Highlighters/Lua.json (13768, 2022-02-27)
Bin/Win32/Highlighters/MATLAB.json (15018, 2022-02-27)
Bin/Win32/Highlighters/MS-DOS Batch.json (12634, 2022-02-27)
... ...

# Concepts **Concepts** is a modular Delphi application which illustrates some language features, design patterns and some interesting frameworks and components which include: * [Delphi Run-Time Library (or RTL)](http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Using_the_RTL_(Run-Time_Library)) * [FireMonkey (FMX)](http://docwiki.embarcadero.com/Libraries/Tokyo/en/FMX) * [Visual Component Library (VCL)](http://docwiki.embarcadero.com/RADStudio/Tokyo/en/VCL_Overview) * [Spring4D](http://bitbucket.org/sglienke/spring4d) * [DSharp](http://bitbucket.org/sglienke/dsharp) * [DDuce](http://github.com/beNative/dduce) * [Virtual treeview](http://github.com/Virtual-TreeView/Virtual-TreeView) * [TChromeTabs](http://github.com/norgepaul/TChromeTabs) component * [SQLBuilder4Delphi](http://github.com/ezequieljuliano/SQLBuilder4Delphi) * [ZeroMQ](http://github.com/zedalaye/Delphi-ZeroMQ) / [ZeroMQ (MQ)](http://zeromq.org) * [MQTT](http://github.com/wizinfantry/delphi-mqtt-client) * [DDetours](http://github.com/MahdiSafsafi/delphi-detours-library) * [TzObjectInspector](http://github.com/MahdiSafsafi/zcontrols) * [TBCEditor](https://github.com/beNative/TBCEditor) * [SynEdit](https://github.com/SynEdit/SynEdit) * [JsonDataObjects](http://github.com/ahausladen/JsonDataObjects) * [Ararat Synapse](http://sourceforge.net/projects/synalist/) * [The Indy project](http://www.indyproject.org/) * [TFireMonkeyContainer](http://parnassus.co/open-source/tfiremonkeycontainer/) * [BTMemoryModule](http://github.com/DSPlayer/memorymodule) * [Chinook database](http://github.com/lerocha/chinook-database) * [SQLite](https://www.sqlite.org/) * [KControls](https://github.com/kryslt/KControls) These libraries are also used in some of my open source projects: * [Notepas](https://github.com/beNative/Notepas) * [SnippetSource](https://github.com/beNative/SnippetSource) * [DataGrabber](https://github.com/beNative/DataGrabber) * [LogViewer](https://github.com/beNative/LogViewer) * [DDuce](https://github.com/beNative/DDuce) A copy of all libraries that the project depends on are included (except commercial ones of course) to avoid installation hassles for anyone who tries to compile the project. In the [Concepts.inc](http://github.com/beNative/Concepts/blob/master/Concepts.inc) file you can specify which dependencies you want to have included in your build. Currently compilation has only been tested in Delphi 10 Seattle and later versions, but it should not be difficult to get it compiled in Delphi 2010 or later. Check the [releases](http://github.com/beNative/Concepts/releases) to download a precompiled executable of the project. ## BCEditor ![Concepts.BCEditor](https://github.com/beNative/Concepts/blob/master/Images/Concepts.BCEditor.png) ## ChromeTabs ![Concepts.ChromeTabs](https://github.com/beNative/Concepts/blob/master/Images/Concepts.ChromeTabs.png) ## DDetours ![Concepts.DDetours](https://github.com/beNative/Concepts/blob/master/Images/Concepts.DDetours.png) ## DSharp ### TreeviewPresenterList ![Concepts.DSharp.TreeviewPresenterList](https://github.com/beNative/Concepts/blob/master/Images/Concepts.DSharp.TreeviewPresenterList.png) ### TreeviewPresenterTree ![Concepts.DSharp.TreeviewPresenterTree](https://github.com/beNative/Concepts/blob/master/Images/Concepts.DSharp.TreeviewPresenterTree.png) ## FireMonkeyContainer ![Concepts.FireMonkeyContainer](https://github.com/beNative/Concepts/blob/master/Images/Concepts.FireMonkeyContainer.png) ## SQLBuilder4D ![Concepts.SQLBuilder4D](https://github.com/beNative/Concepts/blob/master/Images/Concepts.SQLBuilder4D.png) ## ZeroMQ ![Concepts.ZeroMQ](https://github.com/beNative/Concepts/blob/master/Images/Concepts.ZeroMQ.png) ## MQTT ![Concepts.MQTT](https://github.com/beNative/Concepts/blob/master/Images/Concepts.MQTT.png) ## Spring4D ### Collections ![Concepts.Spring4D.Collections](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Spring4D.Collections.png) ### Interception ![Concepts.Spring4D.Interception](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Spring4D.Interception.png) ### LazyTypes ![Concepts.Spring4D.LazyTypes](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Spring4D.LazyTypes.png) ### MultiCastEvents ![Concepts.Spring4D.MultiCastEvents](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Spring4D.MultiCastEvents.png) ### ObjectDataSet ![Concepts.Spring4D.ObjectDataSet](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Spring4D.ObjectDataSet.png) ### Utils ![Concepts.Spring4D.Utils](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Spring4D.Utils.png) ## SynEdit ![Concepts.SynEdit](https://github.com/beNative/Concepts/blob/master/Images/Concepts.SynEdit.png) ## TzObjectInspector ![Concepts.TzObjectInspector](https://github.com/beNative/Concepts/blob/master/Images/Concepts.TzObjectInspector.png) ## VirtualTreeview ![Concepts.VirtualTreeview](https://github.com/beNative/Concepts/blob/master/Images/Concepts.VirtualTreeview.png) ## Indy ### Telnet client ![Concepts.Indy.Telnet](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Indy.Telnet.png) ## Synapse serial client ![Concepts.Synapse.Serial](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Synapse.Serial.png) ## System ### Anonymous methods ![Concepts.System.AnonymousMethods](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.AnonymousMethods.png) ### Variants ![Concepts.System.Variants](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.Variants.png) ### TStringList ![Concepts.System.TStringList](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.TStringList.png) ### TVirtualInterface ![Concepts.System.TVirtualInterface](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.TVirtualInterface.png) ### Livebindings ![Concepts.System.LiveBindings](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.LiveBindings.png) ### Threads ![Concepts.System.Threads](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.Threads.png) ### Parallel Programming Library ![Concepts.System.PPL](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.PPL.png) ### Object Interfaces #### Interface demo ![Concepts.System.Interfaces](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.Interfaces.png) #### Interface implementation by aggregation ![Concepts.System.InterfaceImplementationByAggregation](https://github.com/beNative/Concepts/blob/master/Images/Concepts.System.InterfaceImplementationByAggregation.png) ## VCL ### TGridPanel ![Concepts.Vcl.TGridPanel](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Vcl.TGridPanel.png) ## Windows API ![Concepts.Winapi.LockPaint](https://github.com/beNative/Concepts/blob/master/Images/Concepts.Winapi.LockPaint.png)

近期下载者

相关文件


收藏者