Unit MFWindow
Dependencies
Declaration
function FindWindow(Class: String; Window: String): Integer
Description
Declaration
function FindWindowEx(Parent: Integer; ChildAfter: Integer; Class: String; Window: String): Integer
Description
Declaration
function GetClassName(Window: Integer): String
Description
Declaration
function GetWindowText(Window: Integer): String
Description
Declaration
procedure HideTaskbar
Description
Declaration
function IsIconic(Window: Integer): Boolean
Description
Declaration
function IsWindow(Window: Integer): Boolean
Description
Declaration
function IsWindowEnabled(Window: Integer): Boolean
Description
Declaration
function IsWindowVisible(Window: Integer): Boolean
Description
Declaration
function IsZoomed(Window: Integer): Boolean
Description
Declaration
function SearchWindow(var Class: String; var Window: String; ProcID: Integer): Integer
Description
Declaration
function SearchWindowEx(Parent: Integer; ChildAfter: Integer; var Class: String; var Window: String; Num: Integer): Integer
Description
Declaration
procedure ShowTaskbar
Description
Declaration
function WaitForWindow(var Class: String; var Window: String; Timeout: Integer; ProcID: Integer): Integer
Description
Declaration
function WaitForWindowClose(Window: Integer; Timeout: Integer): Boolean
Description
Declaration
function WaitForWindowCloseEx(Class: String; Window: String; Timeout: Integer; ProcID: Integer): Boolean
Description
Declaration
function WaitForWindowEnabled(Window: Integer; Timeout: Integer): Boolean
Description
Declaration
function WaitForWindowEnabledEx(Class: String; Window: String; Timeout: Integer; ProcID: Integer): Boolean
Description
Declaration
function WaitForWindowEx(Parent: Integer; var Class: String; var Window: String; Timeout: Integer; Num: Integer): Integer
Description
Declaration
procedure WindowMove(Window: Integer; X: Integer; Y: Integer; Abs: Boolean)
Description
Declaration
procedure WindowResize(Window: Integer; X: Integer; Y: Integer; Abs: Boolean)
Description