
Delphi
又见朝阳
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PickList do DBGrid DropDown in delphi
Here's how to place a DBLookupComboBox into a DBGrid. Create visually more attractive user interfaces for editing lookup fields inside a DBGrid - place a DBLookupComboBox into a cell of a DBGrid....原创 2019-04-16 15:51:16 · 1086 阅读 · 0 评论 -
Delphi中Variant/OleVariant转换为接口
在使用Com组件的程序中经常需要将Variant/OleVariant类型转换为特定的接口类型。例如在微软的安全组件(CAPICom)的ICertificates 接口中,需要将Item返回的OleVariant类型转换为ICertificate接口。 ICertificates = interface(IDispatch) ['{68646716-BDA0-4046-AB82...原创 2019-04-16 15:50:16 · 1232 阅读 · 0 评论