码迷,mamicode.com
首页 >  
搜索关键字:delphi fdac    ( 4551个结果
Delphi XE5教程8:使用Delphi命名空间
// Project file declarations... //项目文件声明… program MyCompany.ProjectX.ProgramY; // Unit source file declaration... //单元源文件声明 unit MyCompany.ProjectX.Pr ...
分类:Windows程序   时间:2021-02-01 11:51:46    阅读次数:0
Delphi TField.ProviderFlags 属性
Delphi TField.ProviderFlags 属性 单元:DB 说明:指定应用更新时提供程序如何使用字段值。 语法: property ProviderFlags: TProviderFlags; 描述:ProviderFlags仅与提供给提供程序组件抯事件处理程序的数据包中出现的字段相关 ...
分类:Windows程序   时间:2021-01-30 11:48:27    阅读次数:0
Delphi的DirectShow开发概述
第一部分:背景知识 DirectShow是微软公司提供的一套在Windows平台上进行流媒体处理的开发包,与DirectX开发包一起发布。它经过DirectX 6.0中的DirectX Media发展而来,集成了DirectX家族中的其他成员(DirectDraw、DirectSound等),可以说 ...
分类:Windows程序   时间:2021-01-29 11:47:39    阅读次数:0
delphi的窗体事件触发顺序
create—>show—>activate—>closequery—>close—>destroy。其中activate事件和deactivate事件触发时机是在:1、同一个应用程序的2、非模态窗体间3、当前窗体被激活(activate)/失去焦点(deactivate)切换的时候触发。当前窗体所 ...
分类:Windows程序   时间:2021-01-25 11:28:02    阅读次数:0
Delphi 10.4.1 在android平台下建立文件无权限
TFileStream.Create(FInstallFileName, fmCreate or fmShareExclusive); 这一句在android下执行,出错,提示: Cannot create file "/stroage/emulated/0/Documents/com.kingla ...
分类:移动开发   时间:2021-01-19 12:10:33    阅读次数:0
Delphi Char、Pchar 、String 相互转换
Delphi Char、Pchar 、String 相互转换 1、String 与 PChar 转换1.1 String转化成PChar 2种方式 var s:string; p,p1:PChar; begin s:='Hi Delphi7'; p:=PChar(s); // ShowMessage ...
分类:Windows程序   时间:2021-01-14 10:55:25    阅读次数:0
确定要包含的Delphi运行时程序包(Determining Delphi Runtime Packages to Include)
I have a Delphi DLL that houses a form which uses a variety of third party components. This DLL is used by many different versions of Delphi. I compil ...
分类:Windows程序   时间:2021-01-12 11:20:38    阅读次数:0
Delphi 内存分配 StrAlloc New(转)
源:Delphi 内存分配 StrAlloc New 引自:http://anony3721.blog.163.com/blog/static/5119742010824934164/ 给字符指针(PChar、PWideChar、PAnsiChar)分配内存, 最佳选择是: StrAlloc.Str ...
分类:Windows程序   时间:2021-01-12 11:19:44    阅读次数:0
Delphi編程 — 視頻捕獲avicap32.pas源代碼
{PASCAL INTERFACE for AVICAP32 DLL} {Converted from microsoft Header file by ArTee} {Free to use - I'm NOT responsible fo bugs} unit avicap32; interfa ...
分类:Windows程序   时间:2021-01-12 11:09:16    阅读次数:0
delphi dxCameraControl控件(拍照)
拍照演示 DevExpressVCL 组件之一 TdxCameraControl Object Hierarchy Properties Methods Events 一个摄像头控件 Unit dxCameraControl Syntax TdxCameraControl = class(TdxCu ...
分类:Windows程序   时间:2021-01-12 10:57:52    阅读次数:0
4551条   上一页 1 2 3 4 5 ... 456 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!