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. Qt对话框部分学习

    一.对话框部分常用内容 颜色对话框.文件对话框.字体对话框.输入对话框.消息对话框.进度对话框.错误对话框.向导对话框. 二.代码部分   //widget.h #ifndef MYWIDGET_H ...

  2. hdu 4336 Card Collector(状压dp/Min-Max反演)

    传送门 解题思路 第一种方法是状压\(dp\),设\(f(S)\)为状态\(S\)到取完的期望步数,那么\(f(S)\)可以被自己转移到,还可以被\(f(S|(1<<i))\)转移到,\( ...

  3. python数据结构:进制转化探索

    *********************************第一部分*************************************************************** ...

  4. 为什么NULL能多次free

    void __cdecl _free_base (void * pBlock) {           int retval = 0;             if (pBlock == NULL) ...

  5. javascript全量匹配屏蔽词

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  6. HTML5: 目录

    ylbtech-HTML5: 目录 1.返回顶部 1. http://www.runoob.com/html/html5-intro.html 2. http://www.w3school.com.c ...

  7. Redis 单机模式,主从模式,哨兵模式(sentinel),集群模式(cluster),第三方模式优缺点分析

    Redis 的几种常见使用方式包括: 单机模式 主从模式 哨兵模式(sentinel) 集群模式(cluster) 第三方模式 单机模式 Redis 单副本,采用单个 Redis 节点部署架构,没有备 ...

  8. java.lang.IllegalAccessException: Class XXXcan not access xxx with modifiers "private"

    field 或者 method 是 provate的 field.setAccessible(true); method.setAccessible(true); 有时候是因为 newinstance ...

  9. 一条简单的 SQL 执行超过1000ms,纳尼?

    作者:VipAugus https://juejin.im/post/5ce906a3e51d455a2f2201dc MySQL对我说"Too young, too naive!" ...

  10. 逻辑回归原理,推导,sklearn应用

    目录 逻辑回归原理,推导,及sklearn中的使用 1 从线性回归过渡到逻辑回归 2 逻辑回归的损失函数 2.1 逻辑回归损失函数的推导 2.2 梯度下降法 2.3 正则化 3 用逻辑回归进行多分类 ...