posted @ 2014-11-07 01:39
随笔分类 - FMK
摘要:http://docwiki.embarcadero.com/CodeExamples/XE6/en/FMX.TSwipeTransitionEffect_AnimationThis example shows how to use a TSwipeTransitionEffect transiti...
阅读全文
摘要:原文 :http://blogs.embarcadero.com/sarinadupont/2013/10/16/how-to-load-custom-styles-at-runtime/How to load custom styles at runtimeDuring my session at CodeRage, I briefly talked about how to load custom styles at runtime. I wanted to elaborate on this topic and provide some detailed steps.In this ex
阅读全文
posted @ 2014-01-24 17:28
摘要:http://www.cnblogs.com/del/category/323943.html 记录一下, 作为目录
阅读全文
posted @ 2014-01-24 01:10
摘要:原文 http://monkeystyler.com/guide/Custom-Grid-Columnsack to FireMonkey TopicsAs we saw in TGrid a FireMonkey grid consists of columns which contain cells made of any descendant of TStyledControl. Or, effectively, any control. A number of column types come built in but it is a pretty simple matter to
阅读全文
posted @ 2014-01-24 01:03
摘要:有了 FireMonkey 框架,它不同于 VCL ,以往的数据感知控件不能放在它上面,所以 XE2 提供了 LiveBindings 功能作为替代方案。另外它也是个通用的基础设施,同样可用于传统的VCL 这里用一个极简化的例子说明它的意图,在窗体上放一个 edit 和一个 label,找到 label 的 LiveBindings 属性,选 New LiveBinding... ,再选择 TBindExpression 然后设置属性如图所示 这样就把 edit 的 text 属性和 label 的 caption 属性绑定起来了,不用写任何代码。运行后,会看到 label 的内容就是 e..
阅读全文
posted @ 2014-01-24 00:58
摘要:原文http://www.malcolmgroves.com/blog/?p=1084一、新建VCL工程加入TAdapterBingSource控件二、定一个TPerson类MyPerson : TPerson; TPerson = class private FAge: Integer; FLastname: string; FFirstname: string; public constructor Create(const Firstname, Lastname : string; Age : Integer); virtual; property Fi...
阅读全文
posted @ 2014-01-24 00:49
摘要:Component LogoComponent NameDescriptionTBindSourceDBIs used for creating bindings to databases. 创建数据库绑定TPrototypeBindSourceProvides a data source for generating sample data that you can use to get started when you do not already have data to start with. Later you can replace this data source with so
阅读全文
posted @ 2014-01-24 00:04
浙公网安备 33010602011771号