Unit MFSystem
Dependencies
Declaration
const BM_CLICK: Integer = 245
Description
Declaration
const BM_GETCHECK: Integer = 240
Description
Declaration
const BM_SETCHECK: Integer = 241
Description
Declaration
const BST_CHECKED: Integer = 1
Description
Declaration
const BST_INDETERMINATE: Integer = 2
Description
Declaration
const BST_UNCHECKED: Integer = 0
Description
Declaration
const CB_GETCOUNT: Integer = 326
Description
Declaration
const CB_GETCURSEL: Integer = 327
Description
Declaration
const CB_GETDROPPEDSTATE: Integer = 343
Description
Declaration
const CB_GETEDITSEL: Integer = 320
Description
Declaration
const CB_GETTOPINDEX: Integer = 347
Description
Declaration
const CB_RESETCONTENT: Integer = 331
Description
Declaration
const CB_SETCURSEL: Integer = 334
Description
Declaration
const CB_SETEDITSEL: Integer = 322
Description
Declaration
const CB_SETTOPINDEX: Integer = 348
Description
Declaration
const CB_SHOWDROPDOWN: Integer = 335
Description
Declaration
const EM_GETSEL: Integer = 176
Description
Declaration
const EM_SETSEL: Integer = 177
Description
Declaration
const EM_UNDO: Integer = 199
Description
Declaration
const EWX_FORCE: Integer = 4
Description
Declaration
const EWX_FORCEIFHUNG: Integer = 16
Description
Declaration
const EWX_LOGOFF: Integer = 0
Description
Declaration
const EWX_POWEROFF: Integer = 8
Description
Declaration
const EWX_REBOOT: Integer = 2
Description
Declaration
const EWX_SHUTDOWN: Integer = 1
Description
Declaration
function ExitWindowsEx(Flags: Integer): Boolean
Description
Declaration
function GetProcessList: TStringList
Description
Declaration
function HiWord(Value: Integer): Integer
Description
Declaration
function IsFileActive(FileName: String): Boolean
Description
Declaration
function KillProcess(Window: Integer; FileName: String; KillAll: Boolean): Boolean
Description
Declaration
const LB_GETCOUNT: Integer = 395
Description
Declaration
const LB_GETCURSEL: Integer = 392
Description
Declaration
const LB_GETSEL: Integer = 391
Description
Declaration
const LB_GETSELCOUNT: Integer = 400
Description
Declaration
const LB_GETTEXT: Integer = 393
Description
Declaration
const LB_GETTEXTLEN: Integer = 394
Description
Declaration
const LB_GETTOPINDEX: Integer = 398
Description
Declaration
const LB_ITEMFROMPOINT: Integer = 425
Description
Declaration
const LB_RESETCONTENT: Integer = 388
Description
Declaration
const LB_SELITEMRANGE: Integer = 411
Description
Declaration
const LB_SETCURSEL: Integer = 390
Description
Declaration
const LB_SETSEL: Integer = 389
Description
Declaration
const LB_SETTOPINDEX: Integer = 407
Description
Declaration
function LoWord(Value: Integer): Integer
Description
Declaration
function MakeLong(Low: Integer; High: Integer): Integer
Description
Declaration
function PostMessage(Window: Integer; Msg: Integer; WParam: Integer; LParam: Integer): Boolean
Description
Declaration
const SB_BOTTOM: Integer = 7
Description
Declaration
const SB_ENDSCROLL: Integer = 8
Description
Declaration
const SB_LINEDOWN: Integer = 1
Description
Declaration
const SB_LINEUP: Integer = 0
Description
Declaration
const SB_PAGEDOWN: Integer = 3
Description
Declaration
const SB_PAGEUP: Integer = 2
Description
Declaration
const SB_THUMBPOSITION: Integer = 4
Description
Declaration
const SB_THUMBTRACK: Integer = 5
Description
Declaration
const SB_TOP: Integer = 6
Description
Declaration
procedure SendKeys(Keys: String)
Description
Declaration
procedure SendKeysEx(Keys: String; Wait: Integer)
Description
Declaration
function SendKeysNamedWin(Window: String; Keys: String): Integer
Description
Declaration
function SendKeysNamedWinEx(Window: String; Keys: String; Wait: Integer; Back: Boolean): Integer
Description
Declaration
function SendKeysWin(Window: Integer; Keys: String): Integer
Description
Declaration
function SendKeysWinEx(Window: Integer; Keys: String; Wait: Integer; Back: Boolean): Integer
Description
Declaration
function SendMessage(Window: Integer; Msg: Integer; WParam: Integer; LParam: Integer): Integer
Description
Declaration
function ShellExecute(Operation: String; Filename: String; Parameters: String; Directory: String; ShowCmd: Integer): Integer
Description
Declaration
function ShellExecuteWait(Filename: String; Parameters: String; Directory: String; ShowCmd: Integer): Boolean
Description
Declaration
const SW_HIDE: Integer = 0
Description
Declaration
const SW_MAXIMIZE: Integer = 3
Description
Declaration
const SW_MINIMIZE: Integer = 6
Description
Declaration
const SW_NORMAL: Integer = 1
Description
Declaration
const SW_RESTORE: Integer = 9
Description
Declaration
const SW_SHOW: Integer = 5
Description
Declaration
const SW_SHOWDEFAULT: Integer = 10
Description
Declaration
const SW_SHOWMAXIMIZED: Integer = 3
Description
Declaration
const SW_SHOWMINIMIZED: Integer = 2
Description
Declaration
const SW_SHOWMINNOACTIVE: Integer = 7
Description
Declaration
const SW_SHOWNA: Integer = 8
Description
Declaration
const SW_SHOWNOACTIVATE: Integer = 4
Description
Declaration
const SW_SHOWNORMAL: Integer = 1
Description
Declaration
const WM_ACTIVATE: Integer = 6
Description
Declaration
const WM_ACTIVATEAPP: Integer = 28
Description
Declaration
const WM_CHILDACTIVATE: Integer = 34
Description
Declaration
const WM_CLEAR: Integer = 771
Description
Declaration
const WM_CLOSE: Integer = 16
Description
Declaration
const WM_COMMAND: Integer = 273
Description
Declaration
const WM_COPY: Integer = 769
Description
Declaration
const WM_CUT: Integer = 768
Description
Declaration
const WM_ENABLE: Integer = 10
Description
Declaration
const WM_HELP: Integer = 83
Description
Declaration
const WM_HSCROLL: Integer = 276
Description
Declaration
const WM_KILLFOCUS: Integer = 8
Description
Declaration
const WM_LBUTTONDBLCLK: Integer = 515
Description
Declaration
const WM_LBUTTONDOWN: Integer = 513
Description
Declaration
const WM_LBUTTONUP: Integer = 514
Description
Declaration
const WM_MBUTTONDBLCLK: Integer = 521
Description
Declaration
const WM_MBUTTONDOWN: Integer = 519
Description
Declaration
const WM_MBUTTONUP: Integer = 520
Description
Declaration
const WM_MDICASCADE: Integer = 551
Description
Declaration
const WM_MDITILE: Integer = 550
Description
Declaration
const WM_MOUSEACTIVATE: Integer = 33
Description
Declaration
const WM_MOUSEMOVE: Integer = 512
Description
Declaration
const WM_MOUSEWHEEL: Integer = 522
Description
Declaration
const WM_MOVE: Integer = 3
Description
Declaration
const WM_PASTE: Integer = 770
Description
Declaration
const WM_QUIT: Integer = 18
Description
Declaration
const WM_RBUTTONDBLCLK: Integer = 518
Description
Declaration
const WM_RBUTTONDOWN: Integer = 516
Description
Declaration
const WM_RBUTTONUP: Integer = 517
Description
Declaration
const WM_SETCURSOR: Integer = 32
Description
Declaration
const WM_SETFOCUS: Integer = 7
Description
Declaration
const WM_SHOWWINDOW: Integer = 24
Description
Declaration
const WM_SIZE: Integer = 5
Description
Declaration
const WM_SYSCOMMAND: Integer = 274
Description
Declaration
const WM_UNDO: Integer = 772
Description
Declaration
const WM_USER: Integer = 1024
Description
Declaration
const WM_VSCROLL: Integer = 277
Description
Declaration
function WriteMailslot(Machine: String; Mailslot: String; Text: String): Boolean
Description