Delphi компоненты / Delphi components #7

Status
Not open for further replies.

Niocovat90

Member
Joined
Aug 29, 2009
Messages
25
Reaction score
80
Last edited by a moderator:

peaktop

Member
Joined
Apr 6, 2009
Messages
151
Reaction score
986
RemObjects Pascal Script D7..DXE7 Open Source

WTF?
Pascal Script is a free scripting engine that allows you to use most of the Object Pascal language within your Delphi or Free Pascal projects at runtime. Written completely in Delphi, it is composed of a set of units that can be compiled into your executable, eliminating the need to distribute any external files. Pascal Script started out as a need for a good working script, when there were none available at the time.

Why use a scripting engine?

A scripting engine allows an end user to customize an application to his or her needs without having to recompile it. In addition, you can update your applications by just sending a new script file that could even be compiled to byte code, which cannot easily be transformed back to source code.

Pascal Script includes the following features:
  • Variables, Constants
  • Standard language constructs:
  • Begin/End
  • If/Then/Else
  • For/To/Downto/Do
  • Case x Of
  • Repeat/Until
  • While
  • Uses
  • Exit
  • Continue
  • Break
  • Functions inside the script
  • Calling any external DLL function (no special function headers required)
  • Calling registered external methods
  • All common types like Byte, Shortint, Char, Word, SmallInt, Cardinal, Longint, Integer, String, Real, Double, Single, Extended, Boolean, Array, Record, Enumerations, Variants
  • Allows the importing and use of classes, with events, properties, methods and constructors
  • Allows the importing and use of interfaces and their members
  • Allows IDispatch dynamic method invocation through Variant
  • Assignment of script functions to Delphi events
  • Uses byte code as an intermediate format and allows the storing and reloading of compiled scripts
  • Easy to use component version
  • Support for include files
  • Support for compiler defines
  • Capability to call RemObjects SDK Services from within scripts
  • Includes a tool to create headers for importing classes and interfaces

Download: https://github.com/remobjects/pascalscript
 

mrsdz

Member
Joined
Mar 9, 2014
Messages
8
Reaction score
33
i18n Package Version: 1.10

The i18n package is a library of Delphi components, classes and procedures in purpose of assisting developers to fully internationalize Delphi applications in an easy manner, and to change the locale of the applications on the fly.

There are many software tools for localizing a Delphi application, but they mostly just provide support for translation of the user interface strings. However, the i18n package not only enables developers to select translatable properties and string constants/literals within the IDE but also takes care of plural forms, reading layout, formatting preferences, and calendar system of the target language.

You want your application be ready for right-to-left languages, but you do not know which language is right-to-left and even how it works. Don’t worry, the i18n package knows how to handle right-to-left languages. When the application’s locale changes, and whenever needed, the i18n package automatically mirrors the layout of the application’s forms according to the reading layout of the selected language. You do not need to write a single line of code or even modify it.

Delphi missed to support bi-directional layout for most common controls. The i18n package workarounds this limitation and mirrors the layout of page and tab controls, tree views, list views, header controls, and status bars whenever it is needed.

http://www.delphiarea.com/products/delphi-packages/i18n/
 

btframework

Member
Joined
Jan 7, 2010
Messages
46
Reaction score
275
Wireless Communication Library 6.13.8.0

Приветствую, господа!

Вышла новой версии Wireless Communication Library 6.13.8.0.

Что нового
  • Wiimote code has been reworked;
  • Connecting issues to Wii Balance Board have been fixed;
  • Connecting issues to Wii with Nunchuck connected have been fixed;
  • Other changes and updates, more details on www.btframework.com/news.htm

Остальное, как обычно:

1. Только для некоммерческого использования. Подразумевается использование без извлечения прибыли: фривара, для себя любимого и т. п.
2. Коммерческая лицензия доступна с большими скидками. Обращайтесь на [email protected], будем рады.
3. Как получить. Стучите нам на [email protected]

Если от нас долго (более 3-х часов) нет ответа, то либо у нас ночь и я сплю либо ваше или наше письмо было уничтожено спам-фильтром. По сему можно кинуть в нас еще раз на [email protected]

Ну вот как-то так.

P.S. Кто уже к нам обращался и не получил обновления, стукните еще раз
 

Fish2007

Banned
BANNED
Joined
Dec 19, 2007
Messages
378
Reaction score
3,458
Location
Durres, Albania
FMX FlyToast (FMX AndroidLike Toast) 1.6 06.09.2014 Full Source XE5-XE7

Component update for XE5-XE7 by Flying Wang, China.

This component mimics the functionality of java.lang.Object android.widget.
Toast for the current and future plattforms firemonkey supports.
The appearance of the toastbox is customizable.
Customizablity can be extended with all possibilities Firemonkey provides.

Info: https://www.cybertribe.de/druid/index.php?q=en/node/85
Original component:
You need to log in to view the content.


Support XE5-XE7 by Flying Wang:
You need to log in to view the content.
 

Fish2007

Banned
BANNED
Joined
Dec 19, 2007
Messages
378
Reaction score
3,458
Location
Durres, Albania

Fish2007

Banned
BANNED
Joined
Dec 19, 2007
Messages
378
Reaction score
3,458
Location
Durres, Albania
Delphi MlSkin VCL 1.4.9 No Source D7-XE7

Attention: Traditional Chinese language.

Info: http://www.cnblogs.com/mlskin/p/3871713.html

D7-XE7:
You need to log in to view the content.


Delphi MlSkin VCL 1.4.9 No Source & Demos & Help D7-XE7
Alternative link all in one:
You need to log in to view the content.
 
Last edited by a moderator:

LeshaRB

Staff member
Premium
Joined
Jun 11, 2007
Messages
319
Reaction score
451
Location
Минск
Delphi MlSkin VCL 1.4.9 No Source D7-XE7

Attention: Traditional Chinese language.

Info: http://www.cnblogs.com/mlskin/p/3871713.html

D7-XE7:
*** скрытый блок ***

Просьба не мог бы ты выклыдывать одним архивом???????
Я заипался выкачивывть и потом подбирать пароли

Либо ставь на 1000 кто уже старый и один архив

С меня карма))))
 
Status
Not open for further replies.
Top