JVCL 组件文档

发布于 2024-08-10 23:51:44 字数 473 浏览 3 评论 0 原文

我刚刚安装了 JCL 和 JVCL 库,主要是因为它们包含替换旧 rxLib 组件的组件,并且我正在升级一个大量使用这些组件的旧项目。

我现在发现我的 Delphi 2010 IDE 中有许多新选项卡,但没有提示(除了组件名称)这些组件的用途。 TJvEdit 与 TEdit 有何不同?什么是 TJvSpecialImage?

检查 JVCL 帮助目录和谷歌搜索甚至无法找到库中包含的组件列表。有谁知道这样的文件是否存在?

编辑后续问题

现在 Lars 向我展示了从哪里下载帮助文件,但我无法将它们安装在 Delphi 帮助系统中。显然,我应该使用 Delphi 提供的 h2reg 实用程序来应用文件(我假设使用 JVCL333_h2reg.ini 文件来驱动该进程),但我能找到的唯一提示是这样做会导致损坏通过不正确的操作来帮助系统。

(注:我本机上也安装了D2007,但只想安装D2010中的帮助文件)。

I've just installed the JCL and JVCL libraries, mostly because they contain components replacing the old rxLib components and I'm upgrading an old project that made heavy use of those components.

I now find myself with numerous new tabs in my Delphi 2010 IDE, but no hint (beyond the component names) of what these components do. How does TJvEdit differ from TEdit? What is TJvSpecialImage?

Examination of the JVCL help directory and a google search has not been able to find even so much as a list of components included in the library. Does anyone know if such a document exists?

Edit, Follow-Up Question:

Now that Lars showed me where to download the help files from, I can't get them installed in the Delphi help system. Obviously, I'm supposed to use the h2reg utility supplied with Delphi to apply the files (with the JVCL333_h2reg.ini file to drive the process, I assume), but the only hints I can find on doing this stress the danger of corrupting the help system by doing it incorrectly.

(Note: I also have D2007 installed on this machine, but only want to install the help file in D2010).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧梦荧光笔 2024-08-17 23:51:44

你的安装没有附带帮助吗?好吧,您可以在这里找到它: http://sourceforge.net/projects /jvcl/files/JVCL%20Help%20Files/ 或使用 http:// help.delphi-jedi.org/

您可以在 http://help.delphi-jedi.org/browse.php?Id=12&types=1。离线帮助中包含类似的列表。似乎还没有每个部分都被记录下来。这可能是使用开源所要付出的代价。

TJvEdit
支持扩展
对齐、密码等功能
保护、自定义插入符和禁用
剪贴板命令。

TJvEdit 实现了
引入的通用行为
TJvCustomEdit:

* 使用
对齐以对齐文本中的文本
编辑框。
* 使用 MaxPixel 进行限制
最大文本大小(以像素为单位)。
*
使用禁用颜色和
DisabledTextColor 指定
禁用颜色和文本颜色。
*
使用 ClipboardCommands 禁用
特定的剪贴板命令。
* 使用
插入符提供自定义插入符
形状。

TJvSpecialImage
支持
扩展功能,例如淡入、
淡出和图像翻转。

TJvSpecialImage 是一个
可用于创建的图像
特殊效果。

例如,
您可以使用 FadeIn 方法,并且
淡出让图像慢慢出现
并在表格上消失。相同
可以通过使用来实现效果
属性亮度,设置
图像的亮度。放
拉伸至 True 以减少
闪烁。

使用翻转
和镜像翻转图像
垂直或水平。使用
反转以反转图像。

调用 Reset 将图像恢复到原来的状态
原始状态。

Didn't your installation come with Help? Well, you can find it here: http://sourceforge.net/projects/jvcl/files/JVCL%20Help%20Files/ or use the online help at http://help.delphi-jedi.org/

You can find a list of the available types on http://help.delphi-jedi.org/browse.php?Id=12&types=1. A similar list is included in the offline help. Not every part seems to be documented yet. That might be the price to pay for using open source.

TJvEdit
Supports extended
features such as alignment, password
protection, custom caret and disabling
clipboard commands.

TJvEdit implements the
generic behavior introduced in
TJvCustomEdit:

* Use
Alignment to align the text in the
edit box.
* Use MaxPixel to limit
the maximum text size in pixels.
*
Use DisabledColor and
DisabledTextColor to specify a
disabled color and text color.
*
Use ClipboardCommands to disable
specific clipboard commands.
* Use
Caret to provide a custom caret
shape.

TJvSpecialImage
Supports
extended features such as fade in,
fade out and image flipping.

TJvSpecialImage is an
image that can be used to create
special effects.

For example,
you can use the methods FadeIn, and
FadeOut to let an image slowly appear
and disappear on the form. The same
effect can be accomplished by using
the property Brightness, which sets
the brightness of the image. Set
Stretch to True to reduce
flickering.

Use the Flipped
and Mirrored to flip the image
vertically or horizontally. Use
Inverted to invert the image.

Call Reset to restore the image to its
original state.

山田美奈子 2024-08-17 23:51:44

http://issuetracker.delphi-jedi.org/ 上贡献错误报告非常好my_view_page.php 关于 Mega Demo 在 delphi 2010 中无法工作(编译失败)。

It is very good to contribute a bug report at http://issuetracker.delphi-jedi.org/my_view_page.php about the Mega Demo not working (compile failed) in delphi 2010.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文