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常用类型及定义单元的更多相关文章

  1. [转载]Delphi常用类型及定义单元

    原文地址:Delphi常用类型及定义单元作者:沧海一声笑 Delphi常用类型及定义单元-总结  sndplaysound                mmsystem Type Unit Date ...

  2. DELPHI-Delphi常用类型及定义单元

    DELPHI-Delphi常用类型及定义单元 Type Unit Date SysUtils DeleteFile SysUtils or Windows (different versions) D ...

  3. Delphi 常用数据类型 字符串类型 数据类型等等

    字符串类型 Delphi有三种类型的字符: ●AnsiChar这是标准的1字节的ANSI字符,程序员都对它比较熟悉. ●WideChar这是2字节的Unicode字符. ●Char在目前Delphi早 ...

  4. 第1节 Scala基础语法:5、6、7、8、基础-申明变量和常用类型,表达式,循环,定义方法和函数

    4.    Scala基础 4.1.   声明变量 package cn.itcast.scala object VariableDemo {   def main(args: Array[Strin ...

  5. Delphi 常用API 函数

    Delphi 常用API 函数 AdjustWindowRect 给定一种窗口样式,计算获得目标客户区矩形所需的窗口大小 AnyPopup 判断屏幕上是否存在任何弹出式窗口 ArrangeIconic ...

  6. Delphi 常用API 函数列表

    Delphi 常用API 函数 AdjustWindowRect 给定一种窗口样式,计算获得目标客户区矩形所需的窗口大小AnyPopup 判断屏幕上是否存在任何弹出式窗口ArrangeIconicWi ...

  7. Delphi常用字符串函数

    Delphi常用字符串函数   一.字符转换函数1.ord(input[i])返回字符表达式 input 左端起第 I 字符的ASCII 码值.2.CHAR()将ASCII 码转换为字符.如果没有输入 ...

  8. Delphi基本类型--枚举 子界 集合 数组

    [plain] view plain copy <strong>根据枚举定义集合 </strong> TMyColor = (mcBlue, mcRed); TMyColorS ...

  9. UE4 中Struct Emum 类型的定义方式 笔记

    UE4 基础,但是不经常用总是忘记,做个笔记加深记忆: 图方便就随便贴一个项目中的STRUCT和 Enum 的.h 文件 Note:虽然USTRUCT可以定义函数,但是不能加UFUNCTION 标签喔 ...

随机推荐

  1. 大碗宽面Alpha冲刺阶段博客目录

    大碗宽面Alpha冲刺阶段博客目录 一.Scrum Meeting 1. [第六周会议记录]第六周链接 2. [第七周会议记录]第七周链接 二.测试报告 [alpha阶段测试报告](博客链接) ## ...

  2. [CSP-S模拟测试]:蛋糕(区间DP)

    题目传送门(内部题34) 输入格式 第一行,一个正整数$n$.第二行,$n$个正整数$a_i$,保证$a_i$互不相等. 输出格式 一行一个整数表示间宫卓司得到的蛋糕大小总和的最大值. 样例 样例输入 ...

  3. 三.通过jenkins对系统的监控(2)

    在这记录下,通过HTTP Request Plugin监控系统的异常.和上一篇原理差不多. 1.首先需要安装HTTP Request Plugin.插件安装好后,在系统设置下面会新增如下配置: 具体有 ...

  4. Java学习之构造函数

    构造函数特点:  函数名和类名相同  没有返回值(不用定义返回值类型)作用:  对象初始化注意:  如果类没有定义构造函数时,系统会默认定义一个无参的构造函数  如果定义了构造函数,系统不会定义构造函 ...

  5. mysql添加制定ip访问

    GRANT ALL PRIVILEGES ON *.* TO 'root'@'120.244.114.45' IDENTIFIED BY 'Zhh722@7758521' WITH GRANT OPT ...

  6. Tomcat负载均衡、调优核心应用进阶学习笔记(三):LNMT nginx+tomcat、LAMT apache+tomcat、session会话保持、不错的站点

    文章目录 LNMT nginx+tomcat LAMT apache+tomcat 基于mod_proxy 单节点 配置基于mod_proxy的负载均衡 基于mod_jk(需要编译安装) 单节点 配置 ...

  7. 力扣算法——133.CloneGraph【M】

    Given a reference of a node in a connected undirected graph, return a deep copy (clone) of the graph ...

  8. 06、python的基础-->编码小知识

    1.编码类型ascii A : 00000010 8位 一个字节 unicode A : 00000000 00000001 00000010 00000100 32位 四个字节 中:00000000 ...

  9. Springboot+mybatis+dbcp+mysql简单集成

    1.添加依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>m ...

  10. SpringMVC(IntelliJ IDEA)(详细操作)

    1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15.