[转载]Delphi常用类型及定义单元
Type | Unit |
---|---|
Date |
SysUtils |
DeleteFile | SysUtils or Windows (different versions) |
DispatchInvokeError | ComObj |
DWORD | Windows |
EDatabaseError | DB |
EncodeDateTime | DateUtils |
_Stream | ADODB_TLB |
akTop, akLeft, akRight, akBottom | Controls |
Application (the variable not a type) | Forms |
Beep | SysUtils or Windows (different functions) |
CGID_EXPLORER | ShlObj |
CN_BASE | Controls |
CoInitialize | ActiveX |
CopyFile | Windows |
CoUnInitialize | ActiveX |
CreateComObject | ComObj |
CreateOleObject | ComObj |
EnumWindows | Windows |
EOleError | ComObj |
EOleException | ComObj |
EOleSysError | ComObj |
Exception | SysUtils |
ExtractFileName | SysUtils |
FileExists | SysUtils |
FileOpen | SysUtils |
FILETIME | Windows |
FindFirst | SysUtils |
FindFirstFile | Windows |
FindWindow | Windows |
FlushFileBuffers | Windows |
fmOpenRead | SysUtils |
fmShareDenyWrite | SysUtils |
Format | SysUtils |
FormatDateTime | SysUtils |
FreeAndNil | SysUtils |
fsBold | Graphics |
ftWideString | DB |
ftString | DB |
GetCurrentProcessId | Windows |
GetEnvironmentVariable | SysUtils or Windows (different versions) |
GetFileAttributes | Windows |
GetFileVersionInfoSize | Windows |
GetWindowLong | Windows |
GetStdHandle | Windows |
HDC | Windows |
HFont | Windows |
HINTERNET | WinInet |
HKEY_CURRENT_USER | Windows |
IHTMLDocument2 | MSHTML or MSHTML_TLB |
IHTMLElement | MSHTML or MSHTML_TLB |
IHTMLEventObj | MSHTML or MSHTML_TLB |
IID_IWebBrowser2 | SHDocVw or SHDocVw_TLB |
IMessage | CDO_TLB |
InternetClosehandle | WinInet |
InternetOpenUrl | WinInet |
InternetReadFile | WinInet |
IntToHex | SysUtils |
IntToStr | SysUtils |
IOleCommandTarget | ActiveX |
IOleContainer | ActiveX |
IPersistStreamInit | ActiveX |
IsSameDay | DateUtils |
IStream | ActiveX |
IWebBrowser2 | SHDocVw or SHDocVw_TLB |
LockWindowUpdate | Windows |
Log10 | Math |
LowerCase | SysUtils |
LPSTR | Windows |
MAX_PATH | Windows |
MessageBox | Windows |
MessageDlg | Dialogs |
MB_YESNO, MB_OK etc | Windows |
MinutesBetween | DateUtils |
Now | SysUtils |
OleInitialize | ActiveX |
OleUninitialize | ActiveX |
PItemIDList | ShlObj |
POleCmd | ActiveX |
POleCmdText | ActiveX |
PostMessage | Windows |
PosX | StrUtils |
QueryHighPerformanceCounter | Windows |
QueryPerformanceCounter | Windows |
ReverseString | StrUtils |
RoundTo | Math |
SendMessage | Windows |
SetForegroundWindow | Windows |
ShellExecute | ShellAPI |
ShellExecuteEx | ShellAPI |
SHGetFileInfo | ShellAPI |
SHFILEINFO | ShellAPI |
ShowMessage | Dialogs |
Sleep | SysUtils |
StrAlloc | SysUtils |
StrPas | SysUtils |
StrToDate | SysUtils |
StrToInt | SysUtils |
StrToIntDef | SysUtils |
TAdoConnection | ADODB |
TAdoQuery | ADODB |
TAlign | Controls |
TAlignment | Classes |
TAnchors | Controls |
TBitmap | Graphics |
TBlobStream | DBTables |
TCanvas | Graphics |
TClientSocket | ScktComp |
TComboBox | StdCtrls |
TComponent | Classes |
TControl | Controls or QControls |
TCriticalSection | SyncObjs |
TField | DB |
TFieldType | DB |
TFileName | SysUtils |
TFileStream | Classes |
TForm | Forms |
TFrame | Forms |
TGroupBox | StdCtrls |
TIID | ActiveX |
TIniFile | IniFiles |
TJPEGImage | Jpeg |
TLabel | StdCtrls |
TList | Classes |
TMemo | StdCtrls |
TMemoryStream | Classes |
TMouseButton | Controls |
TNofityEvent | Classes |
TObjectList | Contnrs |
TOSVersionInfo | Windows |
TPanel | ExtCtrls |
TPoint | Types |
TProcessEntry32 | TlHelp32 |
TProgressBar | ComCtrls or QComCtrls |
TRadioButton | StdCtrls |
TRadioGroup | ExtCtrls |
TRect | Types |
TRegistry | Registry |
Trim | SysUtils |
TRoundToRange | Math |
TSearchRec | SysUtils |
TSize | Windows |
TSocketAddrIn | Winsock |
TStaticText | StdCtrls |
TStream | Classes |
TStringList | Classes |
TStrings | Classes |
TStringStream | Classes |
TSystemTime | Windows |
TTable | DBTables |
TTabSheet | ComCtrls |
TThread | Classes |
TTreeNode | ComCtrls |
TWebBrowser | SHDocVw or SHDocVw_TLB |
TWinSocketStream | ScktComp |
TWMCommand | Messages |
Unassigned | Variants |
VarArrayCreate | Variants |
VarArrayOf | Variants |
VirtualProtect | Windows |
WM_USER | Messages |
YearOf | DateUtils |
DaysInAMonth | DateUtils |
[转载]Delphi常用类型及定义单元的更多相关文章
- DELPHI常用类型及定义单元
Controls Application (the variable not a type) Forms Beep SysUtils or Windows (different functions) ...
- DELPHI-Delphi常用类型及定义单元
DELPHI-Delphi常用类型及定义单元 Type Unit Date SysUtils DeleteFile SysUtils or Windows (different versions) D ...
- Delphi 常用数据类型 字符串类型 数据类型等等
字符串类型 Delphi有三种类型的字符: ●AnsiChar这是标准的1字节的ANSI字符,程序员都对它比较熟悉. ●WideChar这是2字节的Unicode字符. ●Char在目前Delphi早 ...
- (转载)delphi 常用函数(数学)
delphi 常用函数(数学) Delphi中怎么将实数取整? floor 和 ceil 是 math unit 里的函数,使用前要先 Uses Math.trunc 和 round 是 system ...
- 『转载』hadoop2.x常用端口、定义方法及默认端口
『转载』hadoop2.x常用端口.定义方法及默认端口 1.问题导读 DataNode的http服务的端口.ipc服务的端口分别是哪个? NameNode的http服务的端口.ipc服务的端口分别是哪 ...
- 第1节 Scala基础语法:5、6、7、8、基础-申明变量和常用类型,表达式,循环,定义方法和函数
4. Scala基础 4.1. 声明变量 package cn.itcast.scala object VariableDemo { def main(args: Array[Strin ...
- Delphi 常用API 函数
Delphi 常用API 函数 AdjustWindowRect 给定一种窗口样式,计算获得目标客户区矩形所需的窗口大小 AnyPopup 判断屏幕上是否存在任何弹出式窗口 ArrangeIconic ...
- Delphi 常用API 函数列表
Delphi 常用API 函数 AdjustWindowRect 给定一种窗口样式,计算获得目标客户区矩形所需的窗口大小AnyPopup 判断屏幕上是否存在任何弹出式窗口ArrangeIconicWi ...
- Delphi常用字符串函数
Delphi常用字符串函数 一.字符转换函数1.ord(input[i])返回字符表达式 input 左端起第 I 字符的ASCII 码值.2.CHAR()将ASCII 码转换为字符.如果没有输入 ...
随机推荐
- 【Z10】引水入城
[题目链接]:http://noi.qz5z.com/viewtask.asp?id=z10 [题解] 对于第一问:从最上面那m个格子开始进行广搜就可以了: 然后看一下最下面那一行有没有被全部覆盖; ...
- [JS Compose] 5. Create types with Semigroups
An introduction to concatting items via the formal Semi-group interface. Semi-groups are simply a ty ...
- listener监听器笔记
listener:三个域对象的监听器,,还有属性的变化. 监听三个域对象的创建和销毁:servletContextListenerservletRequestListenerservletsessio ...
- Erlang 聊天室程序
Erlang 聊天室程序( 一) Erlang 聊天室程序(二) 客户端的退出 Erlang 聊天室程序(三) 数据交换格式---json的decode Erlang 聊天室程序(四) 数据交换格式- ...
- 极光推送Jpush功能(具体参照官网说明文档,注意此文红色字体)
1.导入框架 2. //推送 #import "APService.h" - (BOOL)application:(UIApplication *)application didF ...
- NOIP模拟 cube - 数学
题目原文: 豆豆还是觉得自己智商太低了,就又去做数学题了.一看到题,他就觉得自己可能真的一点智商都没有.便哭着跑来像 dalao 求教:如果存在正整数 A,B ,满足 A3 - B3 = x ,则称质 ...
- 【t004】切割矩阵
Time Limit: 1 second Memory Limit: 50 MB [问题描述] 给你一个矩阵,其边长均为整数.你想把矩阵切割成总数最少的正方形,其边长也为整数.切割工作由一台切割机器完 ...
- python request爬取百度贴吧
import requests import os import shutil import time class PostBarSpider(object): def __init__(self, ...
- 配置cordova的android开发环境(无android studio)
原文:配置cordova的android开发环境(无android studio) 趁元旦放假想试一下cordova,不想安装庞大的android studio,所以想最小化安装,居然花了一整天的时间 ...
- 【16.67%】【codeforces 667C】Reberland Linguistics
time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard ou ...