-
4585346
Delphi源码实现C++代码转delphi代码,编程学习源码,很好的参考资料。(Delphi source code to achieve C++ code to Delphi code, learning programming source code, a good reference.)
- 2014-01-01 15:29:22下载
- 积分:1
-
uerwf
Delphi中FieldByName方法使用举例,编程学习源码,很好的参考资料。(Delphi method in FieldByName example, learning programming source code, a good reference.)
- 2014-02-17 12:20:44下载
- 积分:1
-
46
说明: Delphi设置memo组件的边界大小,编程学习源码,很好的参考资料。(Delphi memo component boundaries set size, programming learning source, a good reference.)
- 2014-02-16 21:19:09下载
- 积分:1
-
XCalendar
XCalendar is a collection of calendar utilities for Delphi.
As you know the Delphi TDateTime type stores date/times as a floating point
value representing the time passed from a specific time, or more precisely:
The integral part of a Delphi TDateTime value is the number of days that
have passed since 12/30/1899. The fractional part of the TDateTime value is
fraction of a 24 hour day that has elapsed.
A calendar divides time into units, such as weeks, months, and years. The
number, length, and start of the divisions vary in each calendar.
So any TDateTime value can be decoded to units of an arbitrary calendar and
values expressed in units of a calendar can be encoded to TDateTime values.
XCalendar contains calendars, database date/time field types, tools to find
calendar events and some astronomical stuff.
- 2010-03-03 19:14:13下载
- 积分:1
-
EZTwainDelphi-Pro3-30
EXTwain Pro 3.30 for Delphi
- 2009-12-16 19:36:56下载
- 积分:1
-
huanjing
delphi 实现的获取Windows环境变量的程序,大家可以看看(Get Windows environment variables, delphi achieve, we can look)
- 2013-04-15 16:03:10下载
- 积分:1
-
2
说明: DarkATLSmtp(SMTP COM 组件原创代码),注册后可在Delphi中发邮件。(source code of smtp com object )
- 2009-05-05 14:10:01下载
- 积分:1
-
bpl
Delphi 开发过程中缺少的bpl文件,共八个。adortl60.bpl、bdertl60.bpl、dbrtl60.bpl、qrpt60.bpl、RTL60.BPL、 vcl60.bpl、vcldb60.bpl、vclx60.bpl(adortl60.bpl、bdertl60.bpl、dbrtl60.bpl、qrpt60.bpl、RTL60.BPL、 vcl60.bpl、vcldb60.bpl、vclx60.bpl)
- 2020-08-28 09:48:12下载
- 积分:1
-
ThreadUnit
EASY TO USE THREADING UNIT IN DELPHI
- 2011-06-30 01:33:29下载
- 积分:1
-
utils_3_0
OPEN XML UTILITIES LIBRARY README
=================================
For installation instructions see the INSTALL.txt file.
Folders
-------
doc: Documentation
packages: Delphi for Win32 (Delphi 4+) and for .NET
(Delphi 2005+) packages
sources: Delphi for Win32 and for .NET sources
Win32-examples: Sample projects for Delphi for Win32
Compiler Conditionals for .NET development
------------------------------------------
The dkCodecUtilsRTL unit declares two platform specific class
functions: TEncodingRepository.CreateCodecForSystemEncoding and
TEncodingRepository.SystemEncodingName. This functions work
only on Windows operating systems. If you are planning to use
the Utilities Library on other operating systems (for example
with Mono under Linux or Mac OS) you should compile it without
this functions. This can be accomplished by defining an ALL_OS
compiler conditional symbol using one of the following methods:
- 2019-05-14 16:16:08下载
- 积分:1