iconlist.txt

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

TXT
50
字号
*****************************************************************
 GREATIS DELPHI BONUS
*****************************************************************

 GREATIS DELPHI BONUS is a free, unsupported software.

*****************************************************************
 TIconList
*****************************************************************

About TIconList
~~~~~~~~~~~~~~~

TIconList is an advanced TImageList descendant that allows to 
use icons from external executable files (EXE, DLL, etc.).

TIconList Hierarchy
~~~~~~~~~~~~~~~~~~~

TCustomImageList
	TIconList

TIconList Interface
~~~~~~~~~~~~~~~~~~~

Methods

public

constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
Standard constructor and destructor overriden for creating and 
destroying the internal objects.

Properties

published

property IconType: TIconType;
Type of the icon (16x16 or 32x32). TIconType is defined as
TIconType = (itLarge,itSmall);

property Files: TStrings;
List of files contained the icons.

property DrawingStyle;
property ImageType;
Standard properties inherited from TCustomImageList.

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

⌨️ 快捷键说明

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