winerror.txt

来自「GREATIS Print Suite Pro for Delphi (3-7,」· 文本 代码 · 共 41 行

TXT
41
字号
*****************************************************************
 GREATIS DELPHI BONUS
*****************************************************************

 GREATIS DELPHI BONUS is a free, unsupported software.

*****************************************************************
 TWinError
*****************************************************************

About TWinError
~~~~~~~~~~~~~~~

TWinError is a component for the easy access to the last Windows
error.

TWinError Hierarchy
~~~~~~~~~~~~~~~~~~~

TComponent
	TWinError

TWinError Interface
~~~~~~~~~~~~~~~~~~~

Methods

public

procedure ShowError(BoxCaption: string);
This procedure shows the error box with BoxCaption caption.
The error text is a decoded text of the last Windows error.

Properties

public

property ErrorText: string;
This property contains text of the last Windows error.

*****************************************************************

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?